Closed mratsim closed 5 years ago
Issues is in Nim upstream, rebuilding Laser current master with the Nim OpenMP commit (https://github.com/nim-lang/Nim/commit/25649616ea5b6aba575149df3f9943f48a5ece31) brings back full performance
After bisecting, the cause is the split of -d:release
into -d:release -d:danger
https://github.com/nim-lang/Nim/pull/11385
Since #28 that fixed #27, another strange regression appeared, dividing per by 5:
from a March 23 build
From a recent rebuild