async-skipdb 0.1.1

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

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

async-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]
async-skipdb = "0.1"

License

async-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.