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

feat(query-engine-wasm): [dirty] get rid of bigdecimal to reduce Wasm size #4627

Closed
wants to merge 1 commit into from

Conversation

jkomyno
Copy link
Contributor

@jkomyno jkomyno commented Jan 4, 2024

DO NOT MERGE

This PR explores how many KBs we could save should we get rid of bigdecimal in the Wasm Query Engine, as part of a "Drastic route exploration".
This PR only compiles on wasm32-unknown-unknown.

Started with 1056822 B, ended with 1008934 B (~47 KB of difference in terms of Wasm gzip'd size).

@jkomyno jkomyno self-assigned this Jan 8, 2024
@jkomyno
Copy link
Contributor Author

jkomyno commented Jan 11, 2024

We're not going to get rid of the features that BigDecimal enables (e.g., NUMERIC, FLOAT, DOUBLE datatypes).

@jkomyno jkomyno closed this Jan 11, 2024
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.

1 participant