pandora/pandora/clip
Will Thompson 9265b8a53b Clip.save: fetch annotations once, not ~ 2 * n_layers
With 17 layers and 12 clipLayers, this repeated fetching was around 49%
of the cost of this function, which was in turn 94% of the cost of
creating many new annotations with mostly-unique endpoints. This helps a
bit...

If the order of clipLayers is not meant to be significant to sortvalue
(which I assume it is) then this could be simpler.
2015-10-04 11:17:22 +02:00
..
migrations dont create db_index in south 2013-07-03 10:51:59 +00:00
__init__.py findClips 2011-10-02 20:16:28 +02:00
managers.py ClipManager: match annotation layer case-sensitively (fixes #2832) 2015-09-14 14:13:06 +02:00
models.py Clip.save: fetch annotations once, not ~ 2 * n_layers 2015-10-04 11:17:22 +02:00
views.py update api docs 2014-12-19 15:05:08 +00:00