You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote the move-searching algorithm in sequential Erlang for simplicity, but with a few tweaks (changing a few maps to pmaps, or replace a few foldl's that simply append results) could lead to dramatically improved performance on multicore machines, or distributed systems. Worth looking into, if only to use the strengths of the language ^_^
The text was updated successfully, but these errors were encountered:
I wrote the move-searching algorithm in sequential Erlang for simplicity, but with a few tweaks (changing a few maps to pmaps, or replace a few foldl's that simply append results) could lead to dramatically improved performance on multicore machines, or distributed systems. Worth looking into, if only to use the strengths of the language ^_^
The text was updated successfully, but these errors were encountered: