skiplistdb 0.0.0

A template for creating Rust open-source repo on GitHub
Documentation

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.