From 9bb09d005f63413544513e071218e373c75c38ff Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Sun, 18 Jun 2023 11:17:01 +0300 Subject: [PATCH] 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 --- core/mvcc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/mvcc/README.md b/core/mvcc/README.md index e48c3ac45..1dce4fc55 100644 --- a/core/mvcc/README.md +++ b/core/mvcc/README.md @@ -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