Skip to content
Snippets Groups Projects
Commit f4becf3c authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon: Committed by Georgy Moshkin
Browse files

chore: remove itertools from dependencies

It's a small library whose benefits don't overweight the drawbacks.
Any additional dependency crate makes the build slower. But itertools in
particular is harmful because it hides some expensive computations
behind simple tempting to use functions such as `sorted_by`.
parent bd546221
No related branches found
No related tags found
1 merge request!444chore: remove itertools from dependencies
Pipeline #14723 passed