diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 37 |
1 files changed, 21 insertions, 16 deletions
@@ -1,24 +1,29 @@ kit -A collection of C libraries. +A collection of cross-platform utility 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 +- Testing + - Unit-tests + - Microbenchmarks +- Algorithms and data types + - Lower bound + - Move back + - Dynamic array + - Big integer math + - SHA-256 +- System + - Atomics + - Condition variables + - Mutual exclusion + - Threads + - Sockets wrapper +- Misc + - Input buffer + - Random number generation + - Async functions (coroutines) -Condition variables, mutual exclusions and threads implementation was forked from Mesa source code. +Condition variables, mutual exclusion and threads implementation was forked from Mesa source code. * https://gitlab.freedesktop.org/mesa/mesa Folder "/include" contains header-only version of this library. |