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

Faster compilation time #8

Open
mappu opened this issue Aug 25, 2024 · 0 comments
Open

Faster compilation time #8

mappu opened this issue Aug 25, 2024 · 0 comments
Labels

Comments

@mappu
Copy link
Owner

mappu commented Aug 25, 2024

This is partly because there are many files and the Go compiler does not parallelize cgo compilation: golang/go#9887 Moving to an amalgamation build with a single file should help a lot.

There is also quite a lot of Cgo generated code. Maybe some of it could be moved into helper functions so there is less to compile.

See also #7 .

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

No branches or pull requests

1 participant