From 9c00bdee33eb91bfcb7fc37aff2adf20c92ead22 Mon Sep 17 00:00:00 2001 From: Ryan Jackson Date: Thu, 16 May 2024 08:58:11 -0600 Subject: [PATCH] DT-24458: The principal matter is to start with good principles. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ab8bdf..b4480ef 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ interface and the most expensive operation in CPU profiling is the interface method which in turn calls into runtime.assertI2T. We need generics. #### Immutable B Tree -A btree based on two principals, immutability and concurrency. +A btree based on two principles, immutability and concurrency. Somewhat slow for single value lookups and puts, it is very fast for bulk operations. A persister can be injected to make this index persistent.