Skip to content

Commit

Permalink
feat(engine): async judging engine (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Dec 3, 2024
1 parent 3bab95f commit c6f1b84
Show file tree
Hide file tree
Showing 14 changed files with 4,315 additions and 272 deletions.
5 changes: 5 additions & 0 deletions .changes/engine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eval-stack": minor:feat
---

Add online judge runtime engine support for eval-stack.
3 changes: 3 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"acmer",
"bitcode",
"chdir",
"chrono",
"covector",
"fmax",
"getuid",
"ICPC",
"javac",
"libc",
"NEWNS",
Expand All @@ -24,6 +26,7 @@
"SIGILL",
"SIGSEGV",
"statm",
"surrealdb",
"sysconf",
"unistd"
],
Expand Down
Loading

0 comments on commit c6f1b84

Please sign in to comment.