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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lewissbaker/cppcoroAvatar von lewissbaker

    lewissbaker/cppcoro

    3,818Auf GitHub ansehen↗

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