awesome-repositories.com
Blog
awesome-repositories.com

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

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

1 repositorio

Awesome GitHub RepositoriesParallel Execution Termination

Mechanisms to gracefully or immediately halt all active parallel worker processes.

Distinct from Parallel Processing: Specifically targets the termination phase of a parallel loop, rather than general computational distribution.

Explore 1 awesome GitHub repository matching data & databases · Parallel Execution Termination. Refine with filters or upvote what's useful.

Awesome Parallel Execution Termination GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • grosser/parallelAvatar de grosser

    grosser/parallel

    4,261Ver en 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 mechanisms to halt active processing by completing current items or immediately terminating all worker processes.

    Ruby
    Ver en GitHub↗4,261
  1. Home
  2. Data & Databases
  3. Parallel Execution Termination