-
Notifications
You must be signed in to change notification settings - Fork 157
Chronos coro prime sieve #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chronos coro prime sieve #483
Conversation
@hanabi1224, I don't know why wasm failed. |
@hanabi1224 locally run with this repo's harness: Descriptions1.nim = using Nim's experimental coro module input size 10001.nim = 2092.2571 input size 40001.nim = TIMEOUT |
@hanabi1224 The workflow errored on an HTTP request for Pyston. Its unrelated to my changes. |
@hanabi1224 I think it should be all set. I de-listed |
3.nim
no changes.4.nim
same file as3.nim
but uses thechronos
backend instead ofstd/asyncdispatch
.bench_nim.yaml
added4.nim
to the list and added compiler optimization flags forgcc
.app.nimble
addedchronos
dependency. (I saw rust solutions withtokio
so I assumechronos
is fine).