#
mvcc
Here are 27 public repositories matching this topic...
Elixir embedded key/value database
-
Updated
May 24, 2022 - Elixir
Authenticated multi-version database: sparse binary merkle tree with compact partial-tree proofs
database
lmdb
mvcc
embedded-database
merkle-tree
proofs
multi-version
lmdbxx
authenticated-dictionaries
-
Updated
Jan 14, 2022 - C++
Pillars for Transactional Systems and Data Grids
-
Updated
Apr 11, 2022 - Rust
Storage algorithms.
-
Updated
Feb 10, 2021 - Go
good first issue
Good for newcomers
a tiny database with ARIES recovery algorithm (WAL and Fuzzy Checkpoint) to achieve ACID
-
Updated
Aug 22, 2020 - Java
A key-value library that implements MVCC.
-
Updated
May 3, 2019 - C
A simple column-store data processing: MVCC implementation
-
Updated
Jun 13, 2017 - C++
Engine of Spotrix which is a BI tool.
embedded
database
mvcc
local-storage
xxhash
high-performance-computing
olap
low-latency
columnar-storage
vectorization
b-tree
multi-version
calculation-engine
-
Updated
Aug 5, 2021 - Java
One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
-
Updated
Apr 14, 2022 - C
Build a distributed transactional key-value database
-
Updated
Sep 25, 2019 - Go
Bachelor's Practical Course Capstone Project: Implement the MVCC feature of the DBMS Hekaton
-
Updated
Dec 15, 2021 - C++
A few experiments to develop a better understanding around Postgres and concurrency
-
Updated
Nov 30, 2020
Improve this page
Add a description, image, and links to the mvcc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mvcc topic, visit your repo's landing page and select "manage topics."
LlrbDepth calculates minimum, maximum, average and percentile of leaf-node depth in the LLRB tree.
Would be nice to have some rigorous test cases for this type.