-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thinking about this a little more, because we serialize each arrow batch as its _own_ Parquet file, we probably don't have a ton of memory overhead because we can presumably reuse the previous batch's memory space for the next batch. I really don't know how reliable arrow-js-ffi is right now, so I'll hold off on adopting that in Lonboard. It's not worth the stability risk at the moment. ~~Using arrow-js-ffi should significantly improve memory usage in the browser, as we no longer need to make full copies on the wasm side.~~ ~~We're never going to find out how stable arrow-js-ffi truly is until we jump off into the deep end 😄~~
- Loading branch information
1 parent
2d7e98f
commit b2110b8
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters