- Notifications
You must be signed in to change notification settings - Fork158
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Clemente90 commentedJul 15, 2025
@hanabi1224, I don't know why wasm failed. |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: hanabi1224 <harlowmoo@gmail.com>
Clemente90 commentedJul 28, 2025
@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 |
Clemente90 commentedJul 29, 2025
@hanabi1224 The workflow errored on an HTTP request for Pyston. Its unrelated to my changes. |
Clemente90 commentedJul 30, 2025
@hanabi1224 I think it should be all set. I de-listed |
ad18b20 intohanabi1224:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
3.nimno changes.4.nimsame file as3.nimbut uses thechronosbackend instead ofstd/asyncdispatch.bench_nim.yamladded4.nimto the list and added compiler optimization flags forgcc.app.nimbleaddedchronosdependency. (I saw rust solutions withtokioso I assumechronosis fine).