skipdb 0.1.0

A blazing fast ACID, MVCC and SSI in memory database based on lock-free skiplist.
Documentation
skipdb-0.1.0 has been yanked.

Blazing fast ACID and MVCC in memory database based on lock-free skiplist.

skipdb uses the same SSI (Serializable Snapshot Isolation) transaction model used in badger.

English | 简体中文

Introduction

Blazing fast ACID and MVCC in memory database based on lock-free skiplist.

skipdb uses the same SSI (Serializable Snapshot Isolation) transaction model used in badger.

Installation

[dependencies]
skipdb = "0.1"

License

skipdb 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) 2024 Al Liu.