awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesIterator State Control

Utilities for managing the consumption state of iterators, including peeking and seeking capabilities.

Distinct from Iteration State Management: Distinct from Iteration State Management: focuses on controlling the consumption flow of a single iterator rather than tracking indices across parallel processes.

Explore 1 awesome GitHub repository matching data & databases · Iterator State Control. Refine with filters or upvote what's useful.

Awesome Iterator State Control GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • erikrose/more-itertoolsAvatar de erikrose

    erikrose/more-itertools

    4,074Voir sur GitHub↗

    more-itertools is a Python iterable utility library providing advanced functions for manipulating, filtering, and transforming data sequences. It serves as a data stream processing toolkit and a set of utilities for iterator state management, extending the capabilities of the standard Python itertools module. The library includes a combinatorial math toolkit for generating permutations, combinations, and powersets, alongside routines for number theory calculations and matrix operations. It also provides tools for stream state management, allowing users to peek at upcoming elements or seek wit

    Ships utilities for peeking at elements and seeking within streams to precisely control sequence consumption.

    Python
    Voir sur GitHub↗4,074
  1. Home
  2. Data & Databases
  3. Collection Iterators
  4. Sequential Iterators
  5. Parallel Data Iterators
  6. Iterator State Control