Skip to content

Commit 5183806

Browse files
authored
Update README.md
1 parent 8d3586d commit 5183806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ An efficient [B-tree](https://en.wikipedia.org/wiki/B-tree) implementation in Go
1111
- Fast bulk loading for pre-ordered data using the `Load()` method.
1212
- `Copy()` method with copy-on-write support.
1313
- [Path hinting](PATH_HINT.md) optimization for operations with nearby keys.
14+
- Allows for array-like operations. ([Counted B-tree](https://www.chiark.greenend.org.uk/~sgtatham/algorithms/cbtree.html))
1415

1516
## Using
1617

0 commit comments

Comments
 (0)