Releases: gaissmai/bart
Releases · gaissmai/bart
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.
Release v0.8.6
inline function body in hot path
Release v0.8.5
minor internal simplification
release v0.8.4
- update README
- make init() even faster
- add docstring for package
- build constraint for range-func test
Release v0.8.3
internal renaming and test consolidation