Skip to content

Commit 6436270

Browse files
Update readme.
1 parent c472f9b commit 6436270

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ immutable version. Unfortunately, to make the B-tree generic we require an
145145
interface and the most expensive operation in CPU profiling is the interface
146146
method which in turn calls into runtime.assertI2T. We need generics.
147147

148+
#### Immutable B Tree
149+
A btree based on two principals, immutablability 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.
150+
148151
#### Ctrie
149152

150153
A concurrent, lock-free hash array mapped trie with efficient non-blocking

0 commit comments

Comments
 (0)