pluginloader2 plugins sorting patch
Status: Pre-Alpha
Brought to you by:
alex_nanou
Сomparison ratio on plugins are not distributive. But
python sort (qsort) based on objects distributive
property, so it doesn't work correctly for plugins.
We need to use some sort method with full (n^2)
comparisons. This patch changes python's sort to such
sort algorithm.
Logged In: YES
user_id=1164658
Sort algorithm migrated to function bsort (into pli.misc.misc).
Logged In: YES
user_id=1164658
pli.misc.misc