-
Notifications
You must be signed in to change notification settings - Fork 26
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
Use -d:danger --gc:arc
for Nim
#21
Comments
See Makefile in individual directory. |
Completely missed that. Thanks! |
@lh3 or @Benjamin-Lee could we reopen this issue? it doesn't use -d:danger:
we should rerun the benchmarks for nim with
EDITrunning on a docker container, I get:
8.927s with with with interpolating linearly, this would give:
|
It must have completely slipped my mind when I looked at the makefile. |
-d:danger --gc:arc
for Nim
At least for Nim development, the use of the
-d:danger
flag can dramatically improve speed if you take care when writing your code. I imagine it is likely the case that other languages here have their own optimal configurations. I might be missing it, but I can't see what flags were used during compilation. Is that documented anywhere?The text was updated successfully, but these errors were encountered: