deB4SH / OpenTransport

transport simulator done with java and lwjgl for university
GNU General Public License v2.0
2 stars 0 forks source link

Increase Performance #23

Closed N0V0S closed 9 years ago

N0V0S commented 9 years ago

Iterate through the whole entities could be a lack of performance, maybe seperate them into chunks?

henry4k commented 9 years ago

Here is btw a nice introduction to the subject: http://gameprogrammingpatterns.com/spatial-partition.html

(A friend from school swears by R-Trees.)