soft-matter / trackpy-examples

sample images, examples, and speed tests for trackpy
Other
21 stars 43 forks source link

DOC: Update performance notebook for trackpy v0.3 #27

Closed nkeim closed 9 years ago

nkeim commented 9 years ago

This updates the performance tutorial for trackpy v0.3. Timings and profiler output are updated for that version, and information on pyfftw is buried near the end. There are also some edits to reflect the existence of the subnetwork tutorial.

Note that the first commit converts the notebook to the new format. The actual content changes are in the second commit.

tacaswell commented 9 years ago

My only comment is that I thought that the pure-python neighbor finder was called a quad-tree or just a hash table, but I may have the name wrong or you may have replaced the initial version of the linking code with out me noticing!

nkeim commented 9 years ago

Good point. Fixed!