From 0ceeebe3945b1a0ffd78178b89445cdb01dc56a6 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 14 Oct 2024 07:54:39 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f1a9b32..e0ae2e94 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a simple, fast, and type-safe in-process temporal database for .NET applications. It borrows heavily from [Datomic](https://www.datomic.com/), [Datahike](https://github.com/replikativ/datahike) and heavily leverages [RocksDB](https://rocksdb.org/) for storage. Performance wise, on modern desktop hardware it can write roughly -210K tuples per second sustained, and read roughly 1M tuples per second sustained, this includes the overhead +500kK tuples per second sustained, and read roughly 1M tuples per second sustained, this includes the overhead of maintaining the indexes. ## Documentation