Skip to content

Commit 689c655

Browse files
Update the list of maintainers.
1 parent ae44877 commit 689c655

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
go-datastructures
32
=================
43

@@ -150,7 +149,7 @@ interface and the most expensive operation in CPU profiling is the interface
150149
method 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 principals, immutability and concurrency.
154153
Somewhat slow for single value lookups and puts, it is very fast for bulk operations.
155154
A 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)>

0 commit comments

Comments
 (0)