Hacker News new | ask | show | jobs
by Doxin 1201 days ago
I'd assume there's some sort of collision/overlap detection going on. If all the turtles are in a single cell all of the turtles are touching all of the turtles, which runs into O(n^2) issues real quickly.