Skip to content

Releases: gaissmai/bart

Release v0.11.1

08 Jul 21:17
Compare
Choose a tag to compare

Many improvements, all lookup functions and iterators do not allocate, improved sort order in iterator EachLookupPrefix.

Release v0.11.0

07 Jul 20:45
Compare
Choose a tag to compare

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

04 Jul 21:10
Compare
Choose a tag to compare

improved Overlaps

Release v0.10.0

02 Jul 20:57
Compare
Choose a tag to compare

Mask prefix on input again, but now with fast algorithm.

Release v0.9.5

04 Jun 07:04
Compare
Choose a tag to compare

reduce mem size for lookup tables

Release v0.9.4

03 Jun 21:14
Compare
Choose a tag to compare
  • squeezed out a little more ops/sec with precomputed lookup table for prefixToBaseIndex
  • simplify method naming

Release v0.9.3

03 Jun 15:15
Compare
Choose a tag to compare
  • 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

31 May 07:06
Compare
Choose a tag to compare

internal refactoring and renaming

Release v0.9.1

30 May 11:00
Compare
Choose a tag to compare

minor internal code refactoring, All() is now 5% faster

Release v0.9.0

29 May 21:39
Compare
Choose a tag to compare

All, All4, and All6 now iterate in prefix sort order.