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

Comparison and benchmark of JavaScript serialization libraries (Protocol Buffer, Avro, BSON, etc.)

Results 8 javascript-serialization-benchmark issues
Sort by recently updated
recently updated
newest added

Fixes #4 Results are mediocre. Middle of the pack. Thanks for the great project!

It would be interesting to compare Parquet to the rest, specially Avro. On a [benchmark](https://blog.cloudera.com/benchmarking-apache-parquet-the-allstate-experience/) outside the nodejs environment, Parquet was from equally faster in some cases, to multiple times...

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...

``` Arguments [ 'testJson' ] TEST JSON TOTAL TIME: 50.31 s (node:10810) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/sweb/tmp/javascript-serialization-benchmark/src/tmp/plot.json' at Object.openSync (fs.js:465:3) at Object.writeFileSync (fs.js:1416:35) at loadPlotData...

Hi Mattias, I have a question that you could answer best. My web API has been serving binary data (BSON) to a native client. This approach seems efficient since the...

Add Sia - Binary serialisation and deserialisation to the benchmark https://github.com/pouya-eghbali/sia

Bumps [webpack](https://github.com/webpack/webpack) from 4.43.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies