mwmr

Crates.iomwmr
lib.rsmwmr
version0.1.0
sourcesrc
created_at2024-03-10 14:08:49.823805
updated_at2024-03-14 03:56:12.448601
descriptionA generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).
homepagehttps://github.com/al8n/txn
repositoryhttps://github.com/al8n/txn
max_upload_size
id1168717
size78,755
Al Liu (al8n)

documentation

README

MwMr

A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).

(For async version, please see tokio-mwmr and async-mwmr)

github LoC Build codecov

docs.rs crates.io crates.io license

English | 简体中文

Introduction

A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation).

(For async version, please see tokio-mwmr and async-mwmr)

This crate is inspired by and port from badger's transaction implementation.

Installation

[dependencies]
mwmr = "0.1"

License

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

Copyright (c) 2017 Dgraph's developers

Commit count: 0

cargo fmt