强大、安全、领先的评测机
Go to file
2020-11-04 19:23:13 +08:00
example add language python3.8 2020-11-04 19:23:13 +08:00
plugins Update 2020-10-30 12:58:24 +08:00
proto add result: compile success 2020-11-04 16:26:42 +08:00
runner Update 2020-08-30 18:15:48 +08:00
src add language python3.8 2020-11-04 19:23:13 +08:00
.gitignore Update 2020-10-22 10:01:18 +00:00
build.rs Update 2020-08-22 23:22:59 +08:00
Cargo.toml Update 2020-10-22 10:01:18 +00:00
Dockerfile add java language 2020-10-30 15:06:09 +08:00
LICENSE Initial commit 2020-01-23 23:06:24 +08:00
README.md Update Dockerfile 2020-10-29 11:39:44 +08:00

river

环境要求

  • linux

Example

cd example
python3 main.py

TODOs

已经完成基本功能,后续需要优化

  • 基于 ptrace 的精准内存测量
  • 基于 cgroups 的资源控制
  • 用户、组限制
  • 示例代码
  • 安全测试
  • 优化 args 生成代码,减少测量出的用户代码执行时间
  • special judge
  • docker 部署
  • 更多语言支持
  • 使用配置文件配置语言