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 RepositoriesParallel Processing Libraries

Libraries that provide primitives for executing code concurrently across multiple processes or threads to improve performance.

Distinct from Ruby Cloud Service Libraries: Existing Ruby candidates are for narrow domains like pagination or visualization, not general concurrency.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Parallel Processing Libraries. Refine with filters or upvote what's useful.

Awesome Parallel Processing Libraries 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.
  • grosser/parallelAvatar de grosser

    grosser/parallel

    4,261Voir sur GitHub↗

    Parallel is a Ruby library and multi-process execution framework designed to accelerate CPU-intensive operations. It functions as a parallel job orchestrator and concurrent task runner that enables the execution of code across multiple processes or threads. The project distinguishes itself through secure inter-process communication, utilizing signed data serialization to prevent the injection of forged payloads between parent and child processes. It further differentiates its worker management by assigning unique identifiers to individual processes to prevent collisions when accessing shared

    Provides a specialized library for executing Ruby code concurrently across multiple processes or threads to speed up CPU-intensive operations.

    Ruby
    Voir sur GitHub↗4,261
  1. Home
  2. Programming Languages & Runtimes
  3. Parallel Processing Libraries