Remix.run Logo
tgv 3 days ago

IIRC, sonic does JIT, has inline assembly (github says 41%), and it's huge. There's no way you can audit it. If you don't need to squeeze every cpu cycle out of your json parser (and most of us don't; go wouldn't be the first choice for such performance anyway), I'd stick with a simpler implementation.

jitl 3 days ago | parent [-]

It also seems to need 4x the memory