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

Split crate into cargo workspace for faster compilation #62

Merged
merged 1 commit into from Nov 10, 2021

Conversation

TilBlechschmidt
Copy link
Owner

Compiling huge code bases as one unit is slow. Linting becomes slow. Everything is slow. I don't like slow software. It makes me wait. To fix this, the independent units of WebGrid have been split into independent projects, linked through a workspace. This way, every part of WebGrid can be compiled individually and in parallel. Changes in one module do not necessarily require recompilation of everything. Happy times!

@TilBlechschmidt TilBlechschmidt added Type: Maintenance Code quality improvements, technical depts and similar topics Priority: Medium Default priority if nothing else matches Status: Completed Finished issue that can be closed and archived Change: Patch Backwards compatible bug fix, documentation change or similar labels Nov 10, 2021
@TilBlechschmidt TilBlechschmidt added this to the Stable release milestone Nov 10, 2021
@TilBlechschmidt TilBlechschmidt self-assigned this Nov 10, 2021
@TilBlechschmidt TilBlechschmidt merged commit a121403 into main Nov 10, 2021
@TilBlechschmidt TilBlechschmidt deleted the feature/workspace branch November 10, 2021 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Change: Patch Backwards compatible bug fix, documentation change or similar Priority: Medium Default priority if nothing else matches Status: Completed Finished issue that can be closed and archived Type: Maintenance Code quality improvements, technical depts and similar topics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant