kylebarron / parquet-wasm

Rust-based WebAssembly bindings to read and write Apache Parquet data
https://kylebarron.dev/parquet-wasm/
Apache License 2.0
480 stars 19 forks source link

Use apache-arrow #517

Open domoritz opened 2 months ago

domoritz commented 2 months ago

I see that in https://github.com/kylebarron/parquet-wasm/blob/09bc32e9b0cc2a44fd55dc7990f594fbaa08988b/www/package.json#L30 you use @apache-arrow/es2015-cjs. I think you may get smaller bundles if you use the default or the esm bundle since vite can optimize it better.

kylebarron commented 2 months ago

Thanks for the note.

The www/ directory should probably just be deleted. I was using that ~two years ago when I just started the project to do manual browser testing of Parquet data. But now that generally hasn't been touched in years and isn't used