Skip to content

v1.2.6

Latest
Compare
Choose a tag to compare
@koykov koykov released this 14 Apr 11:16
· 100 commits to master since this release
d39013a

What's Changed

  • Add Marshal method to interface. by @koykov in #7
  • Reduce byteptr size using the smallest bitset object. by @koykov in #8
  • Speedup Reset() method. by @koykov in #9
  • Speedup Reset() method (cleanup). by @koykov in #10
  • Reduce runtime.duffcopy pressure. by @koykov in #11
  • Remove AKA part of node. by @koykov in #12
  • Replace AKA (alias) with value (only for arrays). by @koykov in #13
  • Implement byteptr v2. by @koykov in #14
  • Implement node test. by @koykov in #15
  • Use raw (unsafe) memory clear on reset. by @koykov in #16
  • Speedup adjanced index tree. by @koykov in #17
  • Implement preallocation method. by @koykov in #18
  • Add builtin flags; cleanup code. by @koykov in #19
  • Bugfix index row getter: consider length of row. by @koykov in #20
  • Minor speedup issues. by @koykov in #21
  • Update deps; upgrade indirect package. by @koykov in #22
  • Reduce pointers: use entries instead of strings. by @koykov in #24
  • update deps by @koykov in #25
  • Remove legacy implementation of byteptr. by @koykov in #26
  • Switch to using byteconv instead of fastconv. by @koykov in #27

Full Changelog: v1.2.4...v1.2.6