Releases: gaissmai/bart
Releases · gaissmai/bart
Release v0.11.1
Many improvements, all lookup functions and iterators do not allocate, improved sort order in iterator EachLookupPrefix.
Release v0.11.0
API change for All() and AllSorted()
new Iterator functions for subnets and supernets
better Overlaps algorithm
better Size algorithm
... and many more small code improvements
Release v0.10.1
improved Overlaps
Release v0.10.0
Mask prefix on input again, but now with fast algorithm.
Release v0.9.5
reduce mem size for lookup tables
Release v0.9.4
- squeezed out a little more ops/sec with precomputed lookup table for prefixToBaseIndex
- simplify method naming
Release v0.9.3
- still more code simplification for Lookup and LookupPrefix
- squeezed out a little more ops/sec with micro-benchmarks for worst-case scenarios.
Release v0.9.2
internal refactoring and renaming
Release v0.9.1
minor internal code refactoring, All() is now 5% faster
Release v0.9.0
All, All4, and All6 now iterate in prefix sort order.