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

Prebuilt libraries are very large #16

Open
penberg opened this issue Mar 6, 2024 · 1 comment
Open

Prebuilt libraries are very large #16

penberg opened this issue Mar 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@penberg
Copy link
Contributor

penberg commented Mar 6, 2024

The prebuilt libraries are very large in comparison to the ones in npm native packages where the binary is only 8 MB:

https://www.npmjs.com/package/@libsql/darwin-arm64?activeTab=code

penberg@vonneumann go-libsql % find . -name "*.a" | xargs ls -lh
-rw-r--r--  1 penberg  staff    47M Mar  6 15:58 ./lib/darwin_amd64/libsql_experimental.a
-rw-r--r--  1 penberg  staff    40M Mar  6 15:58 ./lib/darwin_arm64/libsql_experimental.a
-rw-r--r--  1 penberg  staff    74M Mar  6 15:58 ./lib/linux_amd64/libsql_experimental.a
-rw-r--r--  1 penberg  staff    74M Mar  6 15:58 ./lib/linux_arm64/libsql_experimental.a
@penberg penberg added the enhancement New feature or request label Mar 6, 2024
@penberg
Copy link
Contributor Author

penberg commented Mar 6, 2024

Related to tursodatabase/libsql#543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant