blob: f6e9a4f572fe454be89693b4824a5e05f4522b93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# kit
- Unit-testing
- Microbenchmarks
- Lower bound
- Move back
- Dynamic array
- Input buffer
- Random number generation
- Big integer math
- SHA-256
- Async function
- Atomic
- Condition variable
- Mutual exclusion
- Thread
Condition variables, mutual exclusions and threads implementation was forked from [Mesa][mesa_link] source code.
Folder `include` contains header-only version of this library.
[mesa_link]: https://gitlab.freedesktop.org/mesa/mesa
|