-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Game of GO benchmark #1169
Comments
Added to the perf2 suite: https://github.com/JuliaLang/julia/tree/master/test/perf2 |
So I played around with this last night incorporating the pending 635 ...pbox/go.jl; ...dditional_liberty; line: 123
191 ...pbox/go.jl; ...dditional_liberty; line: 124 Where lines 123 and 124 correspond to: ai = 1 + mod(pos - 1, board.size)
aj = 1 + fld(pos - 1, board.size) I guess I wouldn't expect Gist of my modified code: https://gist.github.com/karbarcca/5815251 |
It's deeply unfortunate that processors implement |
Much faster after #4042. |
Issue to track the Game of GO benchmark
https://groups.google.com/d/topic/julia-dev/8uIjpx-YTKw/discussion
Code from https://gist.github.com/3373404
The text was updated successfully, but these errors were encountered: