In relation to `--threads:on` \- it's a known issue that ARC/ORC are much 
slower with `--threads:on` than without it, a workaround (which isn't really a 
workaround) would be to also pass `--tlsEmulation:off`, or `-d:useMalloc` 
(although that can slow down the program even more in some cases).

Reply via email to