Skip to content
/ memorable Public
generated from al8n/template-rs

Lock-free, ordered and multiple version memory table for key-value databases.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

al8n/memorable

Repository files navigation

Memorable

Lock-free, ordered and multiple version memory table for key-value databases.

github LoC Build codecov

docs.rs crates.io crates.io license

Features

  • Lock-free, multiple version and no_std compitable
  • Not only limited to point insert and get, but also support range deletions and range updates
  • Flexiable iterators and APIs for users to implement flush logic
  • Two kinds of memtable for different use cases:
    1. Unbounded memtable based on dynamic allocated unbounded skiplist
    2. Fixed-size bounded memtable based on ARENA style skiplist

Installation

[dependencies]
memorable = "0.1"

License

memorable is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2024 Al Liu.

About

Lock-free, ordered and multiple version memory table for key-value databases.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published