Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DT-24458: Update the list of maintainers #231

Merged
merged 2 commits into from
May 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 principals, immutability and concurrency.
Somewhat slow for single value lookups and puts, it is very fast for bulk operations.
ryanjackson-wf marked this conversation as resolved.
Show resolved Hide resolved
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 <[[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])>
Loading