awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesParallel Execution Engines

Architectures for running multiple tasks simultaneously to optimize throughput.

Distinguishing note: Focuses on orchestration-level concurrency rather than low-level threading.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Parallel Execution Engines. Refine with filters or upvote what's useful.

Awesome Parallel Execution Engines GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • servo/servoAvatar servo

    servo/servo

    37,170Vezi pe GitHub↗

    Servo is a high-performance, memory-safe web rendering engine designed for cross-platform embedding. It provides a modular framework that allows developers to integrate web content rendering into native applications across desktop, mobile, and embedded systems. By enforcing strict process isolation and memory safety, the engine creates a secure execution environment for processing web content. The engine distinguishes itself through a task-based, parallelized architecture that decouples layout, style, and rendering processes to maximize responsiveness. It utilizes a hardware-abstracted graphi

    Executes web page tasks in parallel using a task-based architecture that decouples rendering and layout.

    Rustbrowserrustservo
    Vezi pe GitHub↗37,170
  • kestra-io/kestraAvatar kestra-io

    kestra-io/kestra

    27,073Vezi pe GitHub↗

    Kestra is a declarative workflow orchestrator designed to manage complex task dependencies and automated processes through versioned configuration files. It functions as a distributed platform that decouples task scheduling from execution by offloading computational workloads to a fleet of worker nodes. The system uses a reactive, event-driven engine to initiate workflows automatically in response to external signals, webhooks, schedules, or file system changes. The platform distinguishes itself through a modular plugin architecture that allows for the integration of custom tasks and external

    Runs multiple tasks simultaneously to improve processing efficiency in distributed environments.

    Javaautomationdata-orchestrationdevops
    Vezi pe GitHub↗27,073
  • bee-san/cipheyAvatar bee-san

    bee-san/Ciphey

    21,454Vezi pe GitHub↗

    Ciphey is an automated decryption and data obfuscation tool designed to identify and reverse complex, multi-layered encoding schemes. By utilizing statistical analysis and probability scoring, the system automatically detects unknown data formats and recovers human-readable plaintext from obfuscated input strings without requiring manual algorithm specification. The tool distinguishes itself through a recursive pipeline that processes nested data structures and strips formatting anomalies or invisible characters to ensure consistent input. It employs a heuristic search and multithreaded execu

    Employs concurrent processing to evaluate multiple decryption paths simultaneously for faster result identification.

    Rustartificial-intelligenceciphercpp
    Vezi pe GitHub↗21,454
  • lostisland/faradayAvatar lostisland

    lostisland/faraday

    5,946Vezi pe GitHub↗

    Faraday is an HTTP client library for Ruby that sends requests and processes responses through a middleware pipeline with pluggable adapters. Its core identity is built around a middleware-pipeline architecture where HTTP requests and responses flow through a chain of components that can modify, log, or transform data before reaching the backend, combined with an adapter-based backend abstraction that delegates HTTP execution to interchangeable backends like Net::HTTP or Typhoeus. The library distinguishes itself through a parallel-execution engine that dispatches multiple HTTP requests concu

    Multiple HTTP requests are dispatched concurrently using thread-based or event-driven mechanisms to minimize total wait time.

    Ruby
    Vezi pe GitHub↗5,946
  1. Home
  2. Software Engineering & Architecture
  3. Parallel Execution Engines