-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework to provide a number of improvements - Add bytes-based radix tree - Iteration done in lexical order making iteration deterministic - Zero allocation for all read operations, including walk - Remove mostly useless ability to skip during iteration - Get returns boolean to indicate the presence of value (can differentiate between no value and nil value) - No more stringer for walk function, provides a string. - Speed improvements - Remove Runes tree since Bytes makes it unneeded
- Loading branch information
Showing
11 changed files
with
1,269 additions
and
1,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.