Are any of these quad-tree libraries any good?

Posted by Noctis Skytower on Stack Overflow See other posts from Stack Overflow or by Noctis Skytower
Published on 2010-02-19T17:59:45Z Indexed on 2010/03/19 9:21 UTC
Read the original article Hit count: 282

It appears that a certain project of mine will require the use of quad-trees, something that I have never worked with before. From what I have read they should allow substantial performance enhancements than a brute-force attempt at the problem would yield. Are any of these python modules any good?

EDIT: Does anyone know of a better implementation that the one presented on the pygame wiki article?

© Stack Overflow or respective owner

Related posts about quadtree

Related posts about python