francoispqt / gojay

high performance JSON encoder/decoder with stream API for Golang
MIT License
2.11k stars 112 forks source link

create new buffer before releasing only when using marshal syntax #93

Closed francoispqt closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #93 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #93      +/-   ##
=========================================
+ Coverage    98.7%   98.7%   +<.01%     
=========================================
  Files          36      36              
  Lines        5166    5175       +9     
=========================================
+ Hits         5099    5108       +9     
  Misses         52      52              
  Partials       15      15
Impacted Files Coverage Δ
encode_pool.go 100% <100%> (ø) :arrow_up:
encode_object.go 100% <100%> (ø) :arrow_up:
encode.go 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 73600a9...1a0bd33. Read the comment docs.