javascript-serialization-benchmark icon indicating copy to clipboard operation
javascript-serialization-benchmark copied to clipboard

add V8.serialize to the benchmark?

Open KyleAMathews opened this issue 4 years ago • 0 comments

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.

KyleAMathews avatar Dec 19 '20 03:12 KyleAMathews