simdjson_nodejs icon indicating copy to clipboard operation
simdjson_nodejs copied to clipboard

Node.js bindings for the simdjson project: "Parsing gigabytes of JSON per second"

Results 16 simdjson_nodejs issues
Sort by recently updated
recently updated
newest added

Hi there, I'm getting `illegal hardware instruction` when I try to run a [benchmark](https://github.com/net-tech/json-parse-js). Judging by https://conan.io/center/recipes/simdjson?version=3.2.2 and https://github.com/simdjson/simdjson/pull/197, simdjson (the c++ version) supports ARM chips. Is this an issue...

I want to read a very large file and conditionally traverse into it. This means that I want to be able to read property keys without parsing the values. Ideally,...

enhancement
help wanted
good first issue

Hi, I have implemented `simdjson` in my server to parse the incoming body. But after some requests server breaks with the error. Also, I am not able to replicate the...

I receive a file like this from the backend: ``` { "@avito-core/toggles:6.1.18": { "add_model_review_from": true } } ``` run standart code and see: ``` const JSONbuffer2 = simdjson.lazyParse(data); // external...

hello, I find that the simdjson.parse is very slow. i think if your use napi to create string, nodejs would copy the string bytes. the bestway to create string is...

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies

What was the intuition behind developing on demand parser present in quick start, since dom::parser provides faster parsing?

When running the benchmarks locally, the process gradually consumes all memory on my machine until it runs out of memory (~28GB) Commenting out `simdjson.lazyParse` in the benchmark removes leak behavior,...

bug
help wanted

I followed the instructions at https://github.com/nodejs/node-gyp#on-windows to install `node-gyp` on Windows. I already have Visual Studio Community 2022 installed with "Desktop development with C++" before so I ran `npm config...

the package size is 39MB becuase of the examples are publshed: ```console $ du -h -d 1 . 8.0K ./benchmark 1.4M ./simdjson 4.0K ./tests 36M ./jsonexamples 4.0K ./.github 8.0K ./lib...