Closed
Description
The single-threaded implementation here: https://github.com/reem/rust-n-queens used to take 500k ns/iter for n=12, but now takes closer to 7,000k ns/iter.
I'm not really sure how to go about narrowing this issue.
The single-threaded implementation here: https://github.com/reem/rust-n-queens used to take 500k ns/iter for n=12, but now takes closer to 7,000k ns/iter.
I'm not really sure how to go about narrowing this issue.