Files
turso/core/mvcc
Pekka Enberg 02f40c0568 Move MVCC to database.rs
Let's keep lib.rs small and tidy.
2023-04-09 08:55:06 +03:00
..
2023-04-09 08:55:06 +03:00
2023-04-08 15:14:05 +03:00
2023-04-08 15:14:05 +03:00
2023-04-08 15:14:05 +03:00
2023-04-08 15:14:05 +03:00

MVCC for Rust

This is a work-in-progress Rust implementation of the Hekaton optimistic multiversion concurrency control algorithm.

References

Larson et al. High-Performance Concurrency Control Mechanisms for Main-Memory Databases. VLDB '11