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

[Enhancement]: Optimal Tree-Shaking and Code-Splitting #929

Closed
1 task done
johnstonmatt opened this issue Jun 11, 2024 · 0 comments
Closed
1 task done

[Enhancement]: Optimal Tree-Shaking and Code-Splitting #929

johnstonmatt opened this issue Jun 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@johnstonmatt
Copy link
Contributor

Version

cndi v2.12.2
kubeseal v0.26.0
terraform v1.5.5

Please provide a summary of the enhancement you are proposing:

Currently CNDI is compiled with the complete contents of every package it imports, making the binary much larger and slower than it needs to be. I would like deno task build to remove all unneeded source, and to produce an optimal binary for every compilation target.

Please provide the motivation or use case for this enhancement:

cndi ow is slow, and the binary is much larger than it should be

How can we best workaround this issue so far?

No response

How would you approach solving this problem within CNDI?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@johnstonmatt johnstonmatt added the enhancement New feature or request label Jun 11, 2024
@johnstonmatt johnstonmatt self-assigned this Jun 11, 2024
@github-project-automation github-project-automation bot moved this to Todo in cndi Jun 11, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in cndi Jan 2, 2025
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
Status: Done
Development

No branches or pull requests

1 participant