File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1-
21go-datastructures
32=================
43
@@ -150,7 +149,7 @@ interface and the most expensive operation in CPU profiling is the interface
150149method which in turn calls into runtime.assertI2T. We need generics.
151150
152151#### Immutable B Tree
153- A btree based on two principals, immutablability and concurrency.
152+ A btree based on two principles, immutability and concurrency.
154153Somewhat slow for single value lookups and puts, it is very fast for bulk operations.
155154A persister can be injected to make this index persistent.
156155
@@ -229,6 +228,6 @@ Requirements to commit here:
229228
230229
231230### Maintainers
232-
233- - Dustin Hiatt <[ dustin.hiatt@workiva.com ] ( mailto:dustin.hiatt@workiva.com ) >
234231 - Alexander Campbell <[ alexander.campbell@workiva.com ] ( mailto:alexander.campbell@workiva.com ) >
232+ - Dustin Hiatt <[ dustin.hiatt@workiva.com ] ( mailto:dustin.hiatt@workiva.com ) >
233+ - Ryan Jackson <[ ryan.jackson@workiva.com ] ( mailto:ryan.jackson@workiva.com ) >
You can’t perform that action at this time.
0 commit comments