Releases: guycipher/lsmt
Releases · guycipher/lsmt
LSMT v1.5.3
LSMT v1.5.2
LSMT v1.5.2
- Concurrency corrections for concurrent safe use
LSMT v1.5.1
LSMT v1.5.1
- Put, Delete write to WAL
- WAL (write ahead log) corrections
- WAL recovery corrections
LSMT v1.5.0
LSMT v1.5.0
- SSTable scan corrections
- Granular sstable locking
LSMT v1.4.0
LSMT v1.4.0
- Pager implementation for WAL and sstables
LSMT v1.3.2
LSMT v1.3.2
LSMT v1.3.1
LSMT v1.3.1
LSMT v1.3.0
LSMT v1.3.0
- Transaction support
- WAL (write ahead log) with recovery
- Better sstable reading, instead of reading entire sstable we iterate over values within.
LSMT v1.1.2
LSMT v1.1.2
- Close method corrections. Should flush current memtable to disk as well.
LSMT v1.1.1
LSMT v1.1.1
- NGet, Range, NRange, GreaterThan, GreaterThanEqual, LessThan, LessThanEqual functions
- Test corrections