Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Jun 9, 2024
1 parent 8d3586d commit 5183806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ An efficient [B-tree](https://en.wikipedia.org/wiki/B-tree) implementation in Go
- Fast bulk loading for pre-ordered data using the `Load()` method.
- `Copy()` method with copy-on-write support.
- [Path hinting](PATH_HINT.md) optimization for operations with nearby keys.
- Allows for array-like operations. ([Counted B-tree](https://www.chiark.greenend.org.uk/~sgtatham/algorithms/cbtree.html))

## Using

Expand Down

0 comments on commit 5183806

Please sign in to comment.