Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
riot-lib
/
bench
下载当前目录
L
Leandro Ostera
feat: make runtime shutdowns fast
0c728e37
创建于
2024年10月20日
历史提交
文件
最后提交记录
最后更新时间
dune
feat(riot): bench http server and make it go fast
2 年前
http_server.ml
feat: make runtime shutdowns fast
1 年前
spawn_many.erl
feat: sleep a scheduler if there's no work to do (#16) * feat: sleep a scheduler if there's no work to do * bench: move spawn_many to bench folder and bump run batch size
2 年前
spawn_many.ml
fix: compilation unit name conflicts with runtime sub-libraries. (#85) The libraries in subdirectories under `riot/runtime` have been merged into `runtime` itself. In various places we now need to refer to (e.g.) `Runtime.Core` instead of `Core` directly. To avoid name conflicts with the `Runtime` module itself (including via `Lib.Runtime`), I renamed `runtime` to `riot_runtime`. In all, the following compilation unit names have been purged from the global namespace: - Core - Log - Runtime - Scheduler - Time - Util
1 年前