what's the path-finding of openkore???

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

VCL
Administrator
Administrator
Posts: 11
Joined: 04 Apr 2008, 09:24

Re: what's the path-finding of openkore???

#11 Post by VCL »

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.
sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: what's the path-finding of openkore???

#12 Post by sli »

Erok already checks for Psycho and uses it if available. But I simply reimplemented the AStar module in Cython.
cs : ee : realist