| Crates.io | skiplistdb |
| lib.rs | skiplistdb |
| version | 0.0.0 |
| created_at | 2024-03-14 04:10:21.440482+00 |
| updated_at | 2024-03-14 04:10:21.440482+00 |
| description | A template for creating Rust open-source repo on GitHub |
| homepage | https://github.com/al8n/skiplistdb |
| repository | https://github.com/al8n/skiplistdb |
| max_upload_size | |
| id | 1172922 |
| size | 57,116 |
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 | 简体中文
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.
[dependencies]
skiplistdb = "0.0.0"
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.