We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3586d commit 5183806Copy full SHA for 5183806
README.md
@@ -11,6 +11,7 @@ An efficient [B-tree](https://en.wikipedia.org/wiki/B-tree) implementation in Go
11
- Fast bulk loading for pre-ordered data using the `Load()` method.
12
- `Copy()` method with copy-on-write support.
13
- [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))
15
16
## Using
17
0 commit comments