awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Parallel Execution Engines · Awesome GitHub Repositories

2 repos

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 2 awesome GitHub repositories matching software engineering & architecture · Parallel Execution Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Parallel Execution Engines

Awesome Parallel Execution Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • servo/servo

    servo/servo

    35,505View on 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
    35,505View on GitHub↗
  • kestra-io/kestra

    kestra-io/kestra

    26,419View on 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
    26,419View on GitHub↗