#transaction #optimistic #manager #mvcc #acid #isolation #snapshot

mwmr-core

The structs and traits for the mwmr, async-mwmr, and tokio-mwmr crates

1 unstable release

0.1.0 Mar 14, 2024

#2635 in Database interfaces

31 downloads per month
Used in 3 crates

Apache-2.0/MIT

38KB
717 lines

SkipDB & Watermark & MwMr

This repository the implementation of generic optimistic transaction manger, which is ACID, MVCC, concurrent with SSI (Serializable Snapshot Isolation) and a blazing fast MVCC & ACID in-memory database based on the transaction manager.

github Build codecov

docs.rs LoC crates.io crates.io

docs.rs LoC crates.io crates.io

docs.rs LoC crates.io crates.io

docs.rs LoC crates.io crates.io

license

English | 简体中文

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.

Dependencies

~1MB
~17K SLoC