francoispqt / gojay

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

reset decoder when decoding is done to enable reuse of decoder #109

Open francoispqt opened 5 years ago

francoispqt commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage   99.96%   99.96%   +<.01%     
==========================================
  Files          38       38              
  Lines        5323     5384      +61     
==========================================
+ Hits         5321     5382      +61     
  Misses          1        1              
  Partials        1        1
Impacted Files Coverage Δ
decode_stream.go 100% <ø> (ø) :arrow_up:
decode_stream_pool.go 100% <100%> (ø) :arrow_up:
decode_number_uint.go 100% <100%> (ø) :arrow_up:
decode_pool.go 100% <100%> (ø) :arrow_up:
decode_unsafe.go 100% <100%> (ø) :arrow_up:
decode_bool.go 100% <100%> (ø) :arrow_up:
decode_object.go 100% <100%> (ø) :arrow_up:
decode_interface.go 100% <100%> (ø) :arrow_up:
decode_number_float.go 100% <100%> (ø) :arrow_up:
decode_sqlnull.go 100% <100%> (ø) :arrow_up:
... and 5 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 e46791d...9df89bc. Read the comment docs.