Blender Git Loki
Git Commits -> Revision 867cd20
Revision 867cd20 by Campbell Barton (master) June 11, 2015, 11:54 (GMT) |
Replace linked-list insert-sort with merge-sort Original code from eglib, modified for reuse with multiple linked-list implementations. Adds sort functions: BLI_linklist_sort, BLI_linklist_sort_r |
Commit Details:
Full Hash: 867cd2048e0e8dd9f0552ac996bb1d352136b9a0
Parent Commit: b8b57d2
Lines Changed: +420, -32
1 Added Path:
/source/blender/blenlib/intern/list_sort_impl.h (+341, -0) (View)