Releases: netography/gjson
Releases · netography/gjson
Internal result pooling
fix pool
Pool intermediate results
v0.0.19 fork and pool intermediate Results
wrap with function
v0.0.18 Wrap the creation of the value in a function for profiling
avoid unnecessary Result allocations
v0.0.16 Avoid unnecesary allocations of Result objects
Add test, avoid any raw calls to Get
v0.0.15 Add a test for the reuse pattern
Reuse Result aggressively
v0.0.14 Break into functions for profiling
profiling function extrapolation
v0.0.13 Break into functions for profiling
force reference for json string
v0.0.12 Store a reference to the original json
don't include ref in parseContext
v0.0.11 No reference at all inside parse context