summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-06-24 09:09:40 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-06-24 09:09:40 +0200
commit621479eec199277aa834eeeb20e249a3570fe669 (patch)
tree9725cb5726517e643271ed54c927d439665d0b6e /README.md
parent14c623de3f49043f950b09d1799f1fbab76bd279 (diff)
downloadkit-621479eec199277aa834eeeb20e249a3570fe669.zip
Remove integration tests; Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 0 insertions, 22 deletions
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