Rename project to Tihku

The "mvcc-rs" name is not great for a lot of reasons. Let's rename the project to (Iku-)Tihku to give t a proper name
This commit is contained in:
Pekka Enberg
2023-06-18 11:17:01 +03:00
committed by GitHub
parent 6daaa79f63
commit 9bb09d005f

View File

@@ -1,7 +1,7 @@
# MVCC for Rust
# Tihku
This is a _work-in-progress_ the Hekaton optimistic multiversion concurrency control library in Rust.
The aim of the project is to provide a building block for implementing database management systems.
Tihku is an _work-in-progress_, open-source implementation of the Hekaton multi-version concurrency control (MVCC) written in Rust.
The project aims to provide a foundational building block for implementing database management systems.
## Features