-
Notifications
You must be signed in to change notification settings - Fork 834
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #231 from Workiva/update_readme
DT-24458: Update the list of maintainers
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
go-datastructures | ||
================= | ||
|
||
|
@@ -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. | ||
|
||
|
@@ -229,6 +228,6 @@ Requirements to commit here: | |
|
||
|
||
### Maintainers | ||
|
||
- Dustin Hiatt <[[email protected]](mailto:[email protected])> | ||
- Alexander Campbell <[[email protected]](mailto:[email protected])> | ||
- Dustin Hiatt <[[email protected]](mailto:[email protected])> | ||
- Ryan Jackson <[[email protected]](mailto:[email protected])> |