We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe we should have some (non-public) way to serialize options from Python to JS? E.g. in this case whether to use arrow-js-ffi.
The text was updated successfully, but these errors were encountered:
Should probably verify that .free does in fact work: kylebarron/parquet-wasm#591 (comment)
.free
Sorry, something went wrong.
@kylebarron AFAIK .free doesn't work for ParquetFile but it seems to work for RecordBatch. Testing some more.
https://gist.github.com/pellicceama/395e5a2fa7d6a579517874a72c01ba44
Here's the output of this script
Initial memory post loading wasm 1.5625 MB File instance created, memory = 1.625 MB Stream created, memory = 1.625 MB File instance freed, memory = 1.625 MB Memory 10 seconds after freeing file instance = 1.625 MB ➜ wasm-memory
No branches or pull requests
Maybe we should have some (non-public) way to serialize options from Python to JS? E.g. in this case whether to use arrow-js-ffi.
The text was updated successfully, but these errors were encountered: