JuliaIO / JSON.jl

JSON parsing and printing
Other
311 stars 100 forks source link

Fix DEFAULT_PARSERCONTEXT, speed up parsing. #359

Open Zentrik opened 8 months ago

Zentrik commented 8 months ago

Unfortunately this was never updated in #280 to be the correct default, and so has been wrong ever since that pr.

263 suggest significant improvements, I don't see as big an improvement but still substantial.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (48e4b21) 99.35% compared to head (bd341d2) 99.35%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #359 +/- ## ======================================= Coverage 99.35% 99.35% ======================================= Files 7 7 Lines 466 466 ======================================= Hits 463 463 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Zentrik commented 1 month ago

Bump