Skip to content

Preetam/lm2

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Preetam Jinka
Feb 22, 2018
8750bb6 · Feb 22, 2018
Sep 9, 2016
Aug 5, 2016
Jul 5, 2016
Sep 5, 2016
Jul 22, 2017
Jul 23, 2017
Feb 22, 2018
Jul 23, 2017
Sep 12, 2016
Jul 22, 2017
Jan 7, 2017
Jul 22, 2017
Aug 24, 2016

Repository files navigation

lm2 CircleCI GoDoc

lm2 (listmap2) is an ordered key-value storage library.

It provides

  • Ordered key-value data model
  • Append-only modifications
  • Fully durable, atomic writes
  • Cursors with snapshot reads

Because it is append-only, records are never actually deleted. You will have to rewrite a collection to reclaim space.

License

BSD (see LICENSE)

About

Ordered key-value storage package written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages