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 RepositoriesConcurrent Loop Wrappers

Tools that encapsulate loop iterations and distribute them across multiple threads using dispatch groups.

Distinct from Hardware-Threaded Loop Distribution: Candidates are either hardware-specific distributions or event-loop wrappers; this is a general-purpose concurrency tool for loops.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Concurrent Loop Wrappers. Refine with filters or upvote what's useful.

Awesome Concurrent Loop Wrappers 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.
  • duemunk/asyncAvatar de duemunk

    duemunk/Async

    4,565Voir sur GitHub↗

    Async is a Swift library that provides a wrapper for Grand Central Dispatch to simplify the management of asynchronous tasks and queues. It functions as a task scheduler for the execution, timing, and orchestration of code blocks. The project includes a task chainer to sequence operations across different threads without nested callback structures and a concurrent loop wrapper that distributes iterations across multiple threads. It also features a token-based cancellation system to track and remove pending operations from the execution queue before they run. The library covers concurrency ma

    Distributes loop iterations across multiple threads using dispatch groups to accelerate data processing.

    Swift
    Voir sur GitHub↗4,565
  1. Home
  2. Operating Systems & Systems Programming
  3. Concurrent Loop Wrappers