Skip to content

v0.0.3

Compare
Choose a tag to compare
@sg0hsmt sg0hsmt released this 17 Feb 14:28
· 28 commits to main since this release
  • Improve performance

Benchmark comparison between v0.0.2 and v0.0.3.

name                         old time/op    new time/op    delta
GetUnicodeBlockAndFeature-8     175ns ± 3%      79ns ± 6%  -55.12%  (p=0.000 n=29+28)
Parse-8                        83.3µs ±15%    34.6µs ± 1%  -58.40%  (p=0.000 n=30+27)

name                         old alloc/op   new alloc/op   delta
GetUnicodeBlockAndFeature-8     8.00B ± 0%     8.00B ± 0%     ~     (all equal)
Parse-8                        19.2kB ± 0%     0.5kB ± 0%  -97.54%  (p=0.000 n=24+30)

name                         old allocs/op  new allocs/op  delta
GetUnicodeBlockAndFeature-8      2.00 ± 0%      2.00 ± 0%     ~     (all equal)
Parse-8                           832 ± 0%        46 ± 0%  -94.47%  (p=0.000 n=30+30)

Full Changelog: v0.0.2...v0.0.3