Skip to content

Commit ffabe85

Browse files
authored
Update README.md
1 parent ace74a1 commit ffabe85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Generic value log implementation for key-value separated storage, inspired by Ro
2121
- Thread-safe API
2222
- 100% safe & stable Rust
2323
- Supports generic KV-index structures (LSM-tree, ...)
24-
- Built-in per-blob compression (LZ4, Miniz) (optional)
25-
- In-memory blob cache for hot data - can be shared between multiple value logs to cap memory usage
24+
- Generic per-blob compression (optional)
25+
- In-memory blob cache for hot data - can be shared between multiple value logs to cap memory usage
2626
- On-line garbage collection
2727

2828
Keys are limited to 65536 bytes, values are limited to 2^32 bytes.

0 commit comments

Comments
 (0)