bnclabs / gson

Algorithms on data formats - JSON, CBOR, Collation.
http://prataprc.github.io/jsonsort.io
MIT License
19 stars 8 forks source link

Optimize sync.Pool and defer() calls. #26

Closed prataprc closed 6 years ago

prataprc commented 6 years ago

(a) Replace sync.Pool for objects with simple linked list of objects. (b) Remove defer() calls that can happen in tight loops.

(a) will have to be tested and benchmarked for

(b) will have to be tested and benchmarked for