Skip to content
New issue

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

Separate reader and writer features #47

Merged
merged 3 commits into from
Mar 16, 2022
Merged

Conversation

kylebarron
Copy link
Owner

@kylebarron kylebarron commented Mar 16, 2022

Closes #46

(Uncompressed) Wasm sizes using arrow:

  • Reader and Writer: 3.6M
  • Reader only: 3.2M
  • Writer only: 3.0M

Is it enough of a difference to make the maintenance burden worth it? Not 100% sure

Brotli-compressed wasm bundle of the arrow1 snappy-only reader-only: 290KB. That's pretty good.

@kylebarron kylebarron merged commit a20a716 into main Mar 16, 2022
@kylebarron kylebarron deleted the reader-writer-features branch March 16, 2022 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate features for reading and writing
1 participant