1 مستودع
Scaling the evaluation of code submissions across a distributed network of worker nodes.
Distinct from Sandboxed Code Evaluators: Distinct from sandboxed evaluators: focuses on the distribution and scaling of the evaluation process rather than the sandbox itself.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Distributed Evaluation. Refine with filters or upvote what's useful.
Hydro is an online judge platform and competitive programming management system. It provides the infrastructure to host programming contests, manage a library of programming problems, and evaluate code submissions against predefined test cases and time limits. The system utilizes a distributed code execution engine that scales judging tasks across multiple worker nodes to process high volumes of submissions. It is built as a modular judge framework, employing a plugin-based architecture that allows for the extension of system functionality without modifying the core source code. The platform
Scales the judging system across multiple worker nodes to process high volumes of submissions efficiently.