You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,9 @@ interface and the most expensive operation in CPU profiling is the interface
146
146
method which in turn calls into runtime.assertI2T. We need generics.
147
147
148
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.
149
+
A btree based on two principals, immutablability and concurrency.
150
+
Somewhat slow for single value lookups and puts, it is very fast for bulk operations.
151
+
A persister can be injected to make this index persistent.
0 commit comments