We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc13170 commit e2418ccCopy full SHA for e2418cc
README.md
@@ -4,8 +4,9 @@
4
5
- Written in Zig instead of C++
6
- Supports updates and deletes
7
-- Fast and concurrent write operations using WAL and in-memory segments
8
- HTTP API that can be used for managing multiple indexes
+- Fast and concurrent write operations using WAL and in-memory segments
9
+- Simplified internal file format, using msgpack for serialization wherever possible
10
11
## Building
12
0 commit comments