awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRecursive

Generation of elements from nested sequences by resuming the deepest coroutine.

Distinct from Sequence Generation: Focuses on the recursive traversal of nested coroutine sequences rather than AI-driven data sample generation.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Recursive. Refine with filters or upvote what's useful.

Awesome Recursive 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.
  • lewissbaker/cppcoroAvatar de lewissbaker

    lewissbaker/cppcoro

    3,818Voir sur GitHub↗

    cppcoro is a C++ coroutine library and concurrency toolkit providing primitives for asynchronous tasks, lazy generators, and non-blocking execution. It functions as an asynchronous I/O framework for managing network sockets and file operations through an event loop. The library features a work-stealing thread pool for distributing tasks across multiple cores and a set of async generators for producing lazy sequences of values both synchronously and asynchronously. It includes a concurrency toolkit with async mutexes, latches, and shared tasks to coordinate multi-threaded execution. Its capab

    Produces elements from nested sequences by resuming the deepest coroutine to avoid traversing full call depth.

    C++asyncasync-awaitasynchronous-programming
    Voir sur GitHub↗3,818
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Generation
  4. Recursive