Skip to content

Commit

Permalink
Merge pull request #231 from Workiva/update_readme
Browse files Browse the repository at this point in the history
DT-24458: Update the list of maintainers
  • Loading branch information
rmconsole4-wk committed May 16, 2024
2 parents ae44877 + 9c00bde commit 18d7737
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

go-datastructures
=================

Expand Down Expand Up @@ -150,7 +149,7 @@ interface and the most expensive operation in CPU profiling is the interface
method which in turn calls into runtime.assertI2T. We need generics.

#### Immutable B Tree
A btree based on two principals, immutablability and concurrency.
A btree based on two principles, immutability 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.

Expand Down Expand Up @@ -229,6 +228,6 @@ Requirements to commit here:


### Maintainers

- Dustin Hiatt <[dustin.hiatt@workiva.com](mailto:dustin.hiatt@workiva.com)>
- Alexander Campbell <[alexander.campbell@workiva.com](mailto:alexander.campbell@workiva.com)>
- Dustin Hiatt <[dustin.hiatt@workiva.com](mailto:dustin.hiatt@workiva.com)>
- Ryan Jackson <[ryan.jackson@workiva.com](mailto:ryan.jackson@workiva.com)>

0 comments on commit 18d7737

Please sign in to comment.