From 8d545113b7ebcffe1f9061678e66c4e528b8bc15 Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Tue, 12 Nov 2024 13:53:56 +0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19ca9053..8f5afa98 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ NOMT exposes a many-readers-one-writer API organized around batch transactions r Internally, NOMT consists of two parallel stores, Beatree and Bitbox. Beatree stores raw key-value pairs and is based around a B-Tree variant optimized for stable, fast random access patterns and high-entropy keys. Bitbox stores a custom sparse binary merkle tree in an on-disk hashtable in a format amenable to SSDs. -For more information on NOMT, the thesis behind it, and performance targets, see [this Novemeber 2024 presentation](https://x.com/TheKusamarian/status/1855477208762261910) by @rphmeier or [view the slides here](https://hackmd.io/@Xo-wxO7bQkKidH1LrqACsw/rkG0lmjWyg#/). +For more information on NOMT, the thesis behind it, and performance targets, see [this November 2024 presentation](https://x.com/TheKusamarian/status/1855477208762261910) by @rphmeier or [view the slides here](https://hackmd.io/@Xo-wxO7bQkKidH1LrqACsw/rkG0lmjWyg#/). We have built a benchmarking tool, `benchtop`, which is located in the `benchtop` directory as a separate subcrate.