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

Add patches from SMALLER_BINARY PR #1864

Merged
merged 4 commits into from
Sep 25, 2024
Merged

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented Sep 25, 2024

duckdb/duckdb#14057 introduced (in DuckDB feature) the concept of opt-out certain code-path that are not strictly needed for correctness, and only impact speed of execution.

Cherry-picking some of that into v1.1.1, to decrease uncompressed DuckDB Wasm sizes like:

file current main PR
dist/duckdb-coi.wasm 38.4 MB 35.5 MB
dist/duckdb-eh.wasm 38.5 MB 35.7 MB
dist/duckdb-mvp.wasm 43.6 MB 40.6 MB

@carlopi carlopi changed the title Add smaller_casts.patch Add patches from SMALLER_BINARY PR Sep 25, 2024
@carlopi carlopi merged commit a4ecade into duckdb:main Sep 25, 2024
12 checks passed
@carlopi carlopi deleted the smaller_binary branch September 25, 2024 10:33
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