Replies: 1 comment 1 reply
-
There's no reason why I'd expect it not to work in a web worker, but I've never tried myself. If you find out any details let me know. With large parquet files you do run out of memory because there's an extra copy to get the data out of wasm memory. That should be fixable in the future with arrow-js-ffi, once it gets more stable |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
First, I wanted to thank the author for the library, it is great.
I was wondering if this library is compatible with web workers? I am using React with vite.js, have configured the vite-plugin-wasm with ES6 but I can't get my web worker to work when importing from parquet-wasm/bundler/arrow2. Outside of the worker, everything works perfectly (except for large parquet files, it looks like im running out of memory or something).
Tank you for your answers.
Beta Was this translation helpful? Give feedback.
All reactions