javascript-serialization-benchmark
javascript-serialization-benchmark copied to clipboard
add V8.serialize to the benchmark?
Curious if you looked at this. It's quite a bit faster than JSON.stringify as well and a binary format and conveniently takes arbitrary data. I'd be curious to see speedwise how it stacks up against the others + how compact of format it is.