Added
- Concurrency safety when sorting the tree.
- Support for configuring the tree via bitwise flags.
- Option to use a binary PATRICIA tree support via
Tbinary
flag. - Binary tree string representation.
- Change ANSI escape coloring dependency.
Changed
- Enhance the tree's performance by using a
strings.Builder
for printing. - Swap
Len
andSize
methods' names, asSize
is closer to meaning "byte size" andLen
is closer to meaning "node count".