skiplistdb 0.0.0

A template for creating Rust open-source repo on GitHub
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 56.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • al8n

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.