2 repos
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.
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.
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.