diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +kit + +A collection of C libraries. + +Features +- 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 source code. +* https://gitlab.freedesktop.org/mesa/mesa + +Folder "/include" contains header-only version of this library. |