1 unstable release
| 0.0.0 | Mar 14, 2024 |
|---|
#20 in #acid
19KB
SkiplistDB
Blazing fast ACID and MVCC in memory database based on crossbeam-skiplist.
skiplistdb uses the same SSI (Serializable Snapshot Isolation) transaction model used in badger.
English | 简体中文
Introduction
Blazing fast ACID and MVCC in memory database based on crossbeam-skiplist.
skiplistdb uses the same SSI (Serializable Snapshot Isolation) transaction model used in badger.
Installation
[dependencies]
skiplistdb = "0.0.0"
License
skiplistdb 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) 2021 Al Liu.