Skip to content

v1.0.0 - 2019-03-11

Latest
Compare
Choose a tag to compare
@gbrlsnchs gbrlsnchs released this 11 Mar 13:47
505b96d

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 and Size methods' names, as Size is closer to meaning "byte size" and Len is closer to meaning "node count".