Skip to content

Releases: guycipher/lsmt

LSMT v1.5.3

Choose a tag to compare

@guycipher guycipher released this 14 Oct 10:59

LSMT v1.5.3

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

LSMT v1.5.2

Choose a tag to compare

@guycipher guycipher released this 14 Oct 10:57

LSMT v1.5.2

  1. Concurrency corrections for concurrent safe use

LSMT v1.5.1

Choose a tag to compare

@guycipher guycipher released this 14 Oct 10:12

LSMT v1.5.1

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

LSMT v1.5.0

Choose a tag to compare

@guycipher guycipher released this 14 Oct 08:52

LSMT v1.5.0

  • SSTable scan corrections
  • Granular sstable locking

LSMT v1.4.0

Choose a tag to compare

@guycipher guycipher released this 14 Oct 07:21

LSMT v1.4.0

  • Pager implementation for WAL and sstables

LSMT v1.3.2

Choose a tag to compare

@guycipher guycipher released this 13 Oct 05:56

LSMT v1.3.2

LSMT v1.3.1

Choose a tag to compare

@guycipher guycipher released this 13 Oct 05:54

LSMT v1.3.1

LSMT v1.3.0

Choose a tag to compare

@guycipher guycipher released this 13 Oct 05:38

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

Choose a tag to compare

@guycipher guycipher released this 12 Oct 20:41

LSMT v1.1.2

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

LSMT v1.1.1

Choose a tag to compare

@guycipher guycipher released this 12 Oct 20:12

LSMT v1.1.1

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