Skip to content
Snippets Groups Projects
  • Georgy Moshkin's avatar
    f4becf3c
    chore: remove itertools from dependencies · f4becf3c
    Georgy Moshkin authored and Georgy Moshkin's avatar Georgy Moshkin committed
    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`.
    f4becf3c
    History
    chore: remove itertools from dependencies
    Georgy Moshkin authored and Georgy Moshkin's avatar Georgy Moshkin committed
    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`.