Skip to content

1.2.0

Compare
Choose a tag to compare
@n10v n10v released this 07 Jun 13:37

πŸš€ New feature

  • Add PopularimeterFrame #58 (thanks @dhulihan for implementation)

πŸ› Bug fixes

  • Fix race conditions in unknown frame #59 (thanks @astax-t)

πŸƒβ€β™€οΈ Performance

  • Improve performance for ISO encoding #61
     name                   old time/op    new time/op    delta
     WriteISO-4               21.7Β΅s Β± 1%     9.3Β΅s Β± 1%  -57.01%  (p=0.001 n=7+7)
     
     name                   old alloc/op   new alloc/op   delta
     WriteISO-4               47.2kB Β± 0%     5.2kB Β± 0%  -88.93%  (p=0.001 n=7+7)
     
     name                   old allocs/op  new allocs/op  delta
     WriteISO-4                 71.0 Β± 0%      41.0 Β± 0%  -42.25%  (p=0.001 n=7+7)