From 208b12752cc539f3382938b7b5720a4bff9869e8 Mon Sep 17 00:00:00 2001 From: Alex Gaetano Padula Date: Fri, 11 Oct 2024 05:55:06 -0400 Subject: [PATCH] notes on insertion speed, benchmarks --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 0056d00..4bc92d8 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,6 @@ https://pkg.go.dev/github.com/guycipher/btree > This is at a page size of `1024` and a degree of `3`. > File size is `577.0` megabytes -> [!NOTE] -> For above increasing the degree to 128 we get a result of `3m47` 3 minutes and 47 seconds. -> Write speed is roughly `4,000` keys per `second` with this setup. - -> [!NOTE] -> For above increasing the degree to 28 we get a result of `9s` 9 seconds. -> Write speed is roughly `111,111` keys per `second` with this setup. - > [!WARNING] > Not thread safe. You must handle concurrency control yourself.