Skip to content

0.8.9

Compare
Choose a tag to compare
@n10v n10v released this 17 Feb 08:49
  • Memory consumption and parsing performance improvements:
benchmark                              old ns/op     new ns/op     delta
BenchmarkParseAllFrames-4              226969        203528        -10.33%
BenchmarkParseAndWriteCommonCase-4     10028518      10054538      +0.26%
BenchmarkParseAndWriteManyFrames-4     10130233      10911758      +7.71%

benchmark                              old allocs     new allocs     delta
BenchmarkParseAllFrames-4              125            107            -14.40%
BenchmarkParseAndWriteCommonCase-4     89             84             -5.62%
BenchmarkParseAndWriteManyFrames-4     147            134            -8.84%

benchmark                              old bytes     new bytes     delta
BenchmarkParseAllFrames-4              546643        528189        -3.38%
BenchmarkParseAndWriteCommonCase-4     420651        414435        -1.48%
BenchmarkParseAndWriteManyFrames-4     434129        419882        -3.28%

  • Remove Body method from Framer