|
|
|
|
|
by Animats
1172 days ago
|
|
Using PyPy, which is a real compiler, might help. That's doing spatial data processing by exaustive search, which is inherently slow.
There are better algorithms. If the number of items to be searched is large, the spatial indices of MySQL could help. |
|