We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4baf29 commit 1bb4c68Copy full SHA for 1bb4c68
README.md
@@ -27,11 +27,12 @@
27
</a>
28
</p>
29
30
-*Fjall* is an LSM-based embeddable key-value storage engine written in Rust.
+*Fjall* is an log-structured embeddable key-value storage engine written in Rust.
31
It features:
32
33
- Thread-safe BTreeMap-like API
34
- 100% safe & stable Rust
35
+- LSM-tree-based storage similar to RocksDB
36
- Range & prefix searching with forward and reverse iteration
37
- Partitions (a.k.a. column families) with cross-partition atomic semantics
38
- Built-in compression (default = LZ4)
0 commit comments