Xlythe/Hex

Optimize Bee

Xlythe opened this issue · 0 comments

Bee is slow. Optimize by reusing objects (remove the calls of "new" in loops), cutting off branches that are dead ends, and anything else that would make the process faster (without losing much accuracy).