File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
-
2
1
go-datastructures
3
2
=================
4
3
@@ -150,7 +149,7 @@ interface and the most expensive operation in CPU profiling is the interface
150
149
method which in turn calls into runtime.assertI2T. We need generics.
151
150
152
151
#### Immutable B Tree
153
- A btree based on two principals, immutablability and concurrency.
152
+ A btree based on two principals, immutability and concurrency.
154
153
Somewhat slow for single value lookups and puts, it is very fast for bulk operations.
155
154
A persister can be injected to make this index persistent.
156
155
@@ -229,6 +228,6 @@ Requirements to commit here:
229
228
230
229
231
230
### Maintainers
232
-
233
- - Dustin Hiatt <[ dustin.hiatt@workiva.com ] ( mailto:dustin.hiatt@workiva.com ) >
234
231
- 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