Skip to content

feat: Add feature flag allowing disabling rayon. #17

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: master
Choose a base branch
from

Conversation

MaxCWhitehead
Copy link

This change adds a feature flag enabling Rayon dep and the parallel iterator usage. This allows it to be disabled, for cases in which this is less performant.

Rayon feature is included in default features to prevent a change in behavior for current users of crate, though I expect perhaps having it off may be a more suitable default in the future.

Relates to #16

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