-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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 ^_^
Reactions are currently unavailable