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

Remove dependency on the itertools crate #109

Merged
merged 1 commit into from
May 23, 2024

Conversation

dnaka91
Copy link
Contributor

@dnaka91 dnaka91 commented Jan 31, 2024

This crate was only used in two small places in the ouroboros_macro crate which could be easily replaced with stdlib variants.

Removing it might help compile times a bit.

Found this rather randomly as I wondered why itertools shows up in my depedency tree, saw the macro crate uses it and replaced it as I saw the few places where it's used are trivial.

This crate was only used in two small places in the ouroboros_macro
crate which could be easily replaced with stdlib variants.

Removing it might help compile times a bit.
@dnaka91 dnaka91 changed the title Remove dependency on the intertools crate Remove dependency on the itertools crate Feb 28, 2024
@someguynamedjosh someguynamedjosh merged commit 16dd079 into someguynamedjosh:main May 23, 2024
6 checks passed
@dnaka91 dnaka91 deleted the remove-itertools branch May 24, 2024 11:52
@Boshen
Copy link

Boshen commented Jun 1, 2024

@someguynamedjosh Do you mind publishing a new release for this? This should reduce our compilation speed by a little bit. Cheers!

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.

4 participants