luizperes / simdjson_nodejs

Node.js bindings for the simdjson project: "Parsing gigabytes of JSON per second"
https://arxiv.org/abs/1902.08318
Apache License 2.0
549 stars 25 forks source link

This package size is 39MB #54

Open rluvaton opened 2 years ago

rluvaton commented 2 years ago

the package size is 39MB becuase of the examples are publshed:

$ du -h -d 1 .
8.0K    ./benchmark
1.4M    ./simdjson
4.0K    ./tests
 36M    ./jsonexamples
4.0K    ./.github
8.0K    ./lib
 38M    .
luizperes commented 2 years ago

Thanks, I will see if I remove the examples! :)