Python is slow?

sturlamolden sturlamolden at yahoo.no
Wed Sep 24 14:12:15 EDT 2008


I have updated the cookbook entry for yesterday to also include
parallel processing for large data sets. Even if you're not interested
in kd-trees, it is a good example of what the new multiprocessing
standard module can do. There are still people being scared by the
GIL, thinking it prevents Python from utilizing multicore processors.

http://www.scipy.org/Cookbook/KDTree



More information about the Python-list mailing list