Skip to content

Add features for queues. #565

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

reitermarkus
Copy link
Member

Partially addresses #372.

@reitermarkus reitermarkus requested a review from a team April 27, 2025 22:13
@Dirbaio
Copy link
Member

Dirbaio commented Apr 27, 2025

Have you measured how much compile time this saves?

IMO features make sense if they prevent pulling in big dependencies, but in this case they just prevent compiling a few hundred lines of code. In this case the compile time difference is probably negligible, and not worth the dev-experience downgrade due to users having to enable features.

@reitermarkus
Copy link
Member Author

No, I didn't measure compile time.

Should we just close #372 then? The only non-optional dependency we have is hash32, which is pretty tiny as well, with no dependencies itself.

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.

2 participants