OpenJudger Save

A lightweight, high-performance, universal program judger supporting multiple languages, special judge and SQL judge.

Project README

OpenJudger

GitHub .NET Core Build Status

Introduction

OpenJudger is a lightweight, high performance, universal program judger designed to simplify Online Judge System development. It's extensible, can extend programing language, database middle layer, server adapter, event handler even new judge type.

Official adapter: SDNUOJ and HUSTOJ

Overview

  • Based on .Net Core: cross platform, easy to deploy.
  • Lightweight: minimum dependencies (Newtonsoft.Json only).
  • Configurable: provide many custom options in Config.json file.
  • Multiple languages support: C, C++, Java, Python, Kotlin, C#, Go, NodeJS... Almost any programming language!
  • Special judge: Use your program to check user's answer.
  • SQL judge: MySQL, support Create Read Update Delete.
  • Adaptable: provideJudger.Adapter interface to adapt your Online Judge System.
  • High performance: reliable concurrency control, excellent task scheduling, auto manage processor affinity.

Who's using?

Documents (CN)

Benchmark

Item Open Judger HUSTOJ Judger
Simple 43.44s 111.84s
I/O intensive 83.24s 107.62s
CPU intensive 54.38s 66.51s
Sum 181.06s 285.97s

License

MIT

Open Source Agenda is not affiliated with "OpenJudger" Project. README Source: Azure99/OpenJudger
Stars
69
Open Issues
5
Last Commit
1 year ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating