skiplistdb

Crates.ioskiplistdb
lib.rsskiplistdb
version0.0.0
sourcesrc
created_at2024-03-14 04:10:21.440482
updated_at2024-03-14 04:10:21.440482
descriptionA template for creating Rust open-source repo on GitHub
homepagehttps://github.com/al8n/skiplistdb
repositoryhttps://github.com/al8n/skiplistdb
max_upload_size
id1172922
size57,116
Al Liu (al8n)

documentation

https://docs.rs/skiplistdb

README

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.

github Build codecov

docs.rs crates.io crates.io

license

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.

Commit count: 0

cargo fmt