Remix.run Logo
tgv 8 months ago

> I'm curious how much of this is really measuring JSON [de]serialization performance.

Well, they did use the standard library for that, so quite a bit, I suppose. That thing is slow. I've got no idea how fast those functions are in other languages, but you're right that it would ruin the idea behind the benchmark.

bryancoxwell 8 months ago | parent [-]

Are you referring to Go’s stdlib?

tgv 7 months ago | parent [-]

Yes, the repo uses encoding/json from the standard library.