diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-06-24 17:06:37 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-06-24 17:06:37 +0200 |
commit | b9bf5f0b675a2b1cae0d2fc4e68477d2ec2518ea (patch) | |
tree | 4cf35e62745a3ea37a599dc26c61a01bc8c50548 /README | |
parent | 621479eec199277aa834eeeb20e249a3570fe669 (diff) | |
download | kit-b9bf5f0b675a2b1cae0d2fc4e68477d2ec2518ea.zip |
Sockets wrapper
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. |