Re: Two-dimensional map
- Posted by DerekParnell (admin) Feb 01, 2013
- 1226 views
SnakeCharmer said...
... What way is more effective? What is better ... ? How to optimize the map ...?
The first rule of optimization is "do not optimize anything before you have to".
Write your application using any algorithm that makes sense to you, disregarding any optimization ideas. And THEN if its too slow for you, start profiling it to see which sections of code would benefit from optimization ... you may be surprised as to what you find out.