Skip to content

Releases: guycipher/lsmt

LSMT v1.5.3

14 Oct 10:59
Compare
Choose a tag to compare

LSMT v1.5.3

  1. Concurrent access corrections on NGet, Range, NRange, GreaterThan, GreaterThanEqual, LessThan, LessThanEqual

LSMT v1.5.2

14 Oct 10:57
Compare
Choose a tag to compare

LSMT v1.5.2

  1. Concurrency corrections for concurrent safe use

LSMT v1.5.1

14 Oct 10:12
Compare
Choose a tag to compare

LSMT v1.5.1

  • Put, Delete write to WAL
  • WAL (write ahead log) corrections
  • WAL recovery corrections

LSMT v1.5.0

14 Oct 08:52
Compare
Choose a tag to compare

LSMT v1.5.0

  • SSTable scan corrections
  • Granular sstable locking

LSMT v1.4.0

14 Oct 07:21
Compare
Choose a tag to compare

LSMT v1.4.0

  • Pager implementation for WAL and sstables

LSMT v1.3.2

13 Oct 05:56
Compare
Choose a tag to compare

LSMT v1.3.2

LSMT v1.3.1

13 Oct 05:54
Compare
Choose a tag to compare

LSMT v1.3.1

LSMT v1.3.0

13 Oct 05:38
Compare
Choose a tag to compare

LSMT v1.3.0

  1. Transaction support
  2. WAL (write ahead log) with recovery
  3. Better sstable reading, instead of reading entire sstable we iterate over values within.

LSMT v1.1.2

12 Oct 20:41
Compare
Choose a tag to compare

LSMT v1.1.2

  1. Close method corrections. Should flush current memtable to disk as well.

LSMT v1.1.1

12 Oct 20:12
Compare
Choose a tag to compare

LSMT v1.1.1

  1. NGet, Range, NRange, GreaterThan, GreaterThanEqual, LessThan, LessThanEqual functions
  2. Test corrections