francoispqt / gojay

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

add buf management optimisation for encoding #20

Closed francoispqt closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #20 into version/v0.10.5 will increase coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           version/v0.10.5      #20      +/-   ##
===================================================
+ Coverage            95.11%   95.25%   +0.13%     
===================================================
  Files                   22       22              
  Lines                 2008     2044      +36     
===================================================
+ Hits                  1910     1947      +37     
+ Misses                  66       65       -1     
  Partials                32       32
Impacted Files Coverage Δ
decode_stream_pool.go 97.22% <ø> (ø) :arrow_up:
decode_pool.go 100% <100%> (ø) :arrow_up:
encode.go 100% <100%> (ø) :arrow_up:
encode_stream.go 100% <100%> (ø) :arrow_up:
encode_bool.go 100% <100%> (ø) :arrow_up:
encode_pool.go 100% <100%> (+5%) :arrow_up:
encode_object.go 100% <100%> (ø) :arrow_up:
encode_string.go 100% <100%> (ø) :arrow_up:
encode_array.go 100% <100%> (ø) :arrow_up:
encode_number.go 100% <100%> (ø) :arrow_up:
... and 1 more

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 514aec1...a05d1d9. Read the comment docs.