We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9ba58 commit 47baa28Copy full SHA for 47baa28
README.md
@@ -13,6 +13,7 @@ Features:
13
* Space efficient
14
* Performance is comparable to hash tables
15
* Maintains the data in sorted order, which enables additional operations like range scan and prefix lookup
16
+ > Keys are sorted **lexicographically** based on their byte values.
17
* `O(k)` search/insert/delete operations, where `k` is the length of the key
18
* Minimum / Maximum value lookups
19
* Ordered iteration
0 commit comments