what's the path-finding of openkore???
Moderator: Moderators
-
- Administrator
- Posts: 11
- Joined: 04 Apr 2008, 09:24
Re: what's the path-finding of openkore???
What about Psyco, can that make the Python implementation acceptably fast? I once wrote a mergesort implementation in Python to see how fast things are, and Psyco made it 15 times faster.
-
- Perl Monk
- Posts: 810
- Joined: 04 Apr 2008, 17:26
- Noob?: No
Re: what's the path-finding of openkore???
Erok already checks for Psycho and uses it if available. But I simply reimplemented the AStar module in Cython.
cs : ee : realist