msgpack4nim icon indicating copy to clipboard operation
msgpack4nim copied to clipboard

Performance decreased between `head` vs `v0.3.1`

Open georgelemon opened this issue 1 year ago • 1 comments

Hey,

I'm using your awesome package to pack/unpack big AST (ref nodes) in Bro package, a wip stylesheet language (alternative to SASSC / DartSass, SassJS.)

Unpacking 114mb with v0.3.1: 0.734594596

Unpacking the same file with #head version: 1.201364966

I'm using cpuTime() to get the numbers

georgelemon avatar Jun 05 '23 07:06 georgelemon