From 621479eec199277aa834eeeb20e249a3570fe669 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 24 Jun 2023 09:09:40 +0200 Subject: Remove integration tests; Update docs --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..f8f40c1 --- /dev/null +++ b/README @@ -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. -- cgit v1.2.3