awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lewissbaker/cppcoroAvatar de lewissbaker

    lewissbaker/cppcoro

    3,818Ver en 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
    Ver en GitHub↗3,818
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Generation
  4. Recursive