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

Combine skywire-cli skywire-visor setup-node binaries #1565

Merged
merged 5 commits into from
May 18, 2023
Merged

Combine skywire-cli skywire-visor setup-node binaries #1565

merged 5 commits into from
May 18, 2023

Conversation

0pcom
Copy link
Collaborator

@0pcom 0pcom commented May 18, 2023

Since most of the codebase is shared between these compiled binaries, it makes sense to combine them.

Here are the sizes of the binaries compiled with the standard go build command

  • 16020kb setup-node
  • 27156kb skywire-visor
  • 28328kb skywire-cli

The size of the combined single binary

  • 28520kb skywire

image

This change should have broad implications in terms of speeding up build time, saving bandwidth for distribution of binary releases, and saving cpu power for compression and decompression. The time saved on all of this and more may be significant

@0pcom 0pcom merged commit 1b5e708 into skycoin:develop May 18, 2023
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