Skip to content

Releases: gaissmai/bart

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.

Release v0.8.6

27 May 20:13
Compare
Choose a tag to compare

inline function body in hot path

Release v0.8.5

27 May 18:17
Compare
Choose a tag to compare

minor internal simplification

release v0.8.4

27 May 14:44
Compare
Choose a tag to compare
  • update README
  • make init() even faster
  • add docstring for package
  • build constraint for range-func test

Release v0.8.3

17 May 12:24
Compare
Choose a tag to compare

internal renaming and test consolidation