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.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index f6e9a4f..0000000 --- a/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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 -- cgit v1.2.3