Skip to content

Commit 1bb4c68

Browse files
authored
Update README.md
1 parent c4baf29 commit 1bb4c68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
</a>
2828
</p>
2929

30-
*Fjall* is an LSM-based embeddable key-value storage engine written in Rust.
30+
*Fjall* is an log-structured embeddable key-value storage engine written in Rust.
3131
It features:
3232

3333
- Thread-safe BTreeMap-like API
3434
- 100% safe & stable Rust
35+
- LSM-tree-based storage similar to RocksDB
3536
- Range & prefix searching with forward and reverse iteration
3637
- Partitions (a.k.a. column families) with cross-partition atomic semantics
3738
- Built-in compression (default = LZ4)

0 commit comments

Comments
 (0)