Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Nov 26, 2023
1 parent b915999 commit 375213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs).

This is the fastest and most feature-rich LSM-tree implementation in Rust! It features, among other things:

- Size-tiered and Levelled (optionally Lazy-Levelled) Compaction
- Size-tiered or Levelled compaction
- Partitioned block index to reduce memory footprint
- Block caching to keep hot data in memory
- Bloom filters to avoid expensive disk access for non-existing items
Expand Down

0 comments on commit 375213d

Please sign in to comment.