awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesProcess-Based Parallelism

Execution models that spawn independent system processes to achieve true parallelism across CPU cores.

Distinct from Parallel Processing: Focuses on the architectural choice of using system processes to bypass language-level locks, distinct from regional or PDF-specific processing.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Process-Based Parallelism. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Process-Based Parallelism

Awesome Process-Based Parallelism GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • grosser/parallelgrosser का अवतार

    grosser/parallel

    4,261GitHub पर देखें↗

    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

    Spawns multiple independent system processes to bypass the Ruby Global Interpreter Lock for CPU-intensive tasks.

    Ruby
    GitHub पर देखें↗4,261