module
Version:
v0.0.0-...-81f4bad
Opens a new window with list of versions in this module.
Published: May 17, 2024
License: ISC
Opens a new window with license information.
README
¶
TODO:
- Red-Black tree implementation
- WAL
- Bloom filter
- Flush memtable to disk
- Compaction
- Logging
- Config file
- Manifest file for recreating manifest state
- Make bloomfilter crash tolerant(move bloom filter to each sstable, switch to bitwise operations)
- Logging
- Test concurrent ops
- [] TCP serialization protocol to remove GRPC dependency
Prio:
- [] Improve read speed
-[] Create key-offset map index on each sstable
-[] Use mmap for each sstable to allow quick randomized access
- [] Test deletes + reading from compacted tree
- [] Test level 1+ compaction
Directories
¶
cmd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.