Files
test/source/blender/editors
Alexander Gavrilov fee6ab18e7 BLI_heap: implement a limited but faster version of heap.
If the user only needs insertion and removal from top, there is
no need to allocate and manage separate HeapNode objects: the
data can be stored directly in the main tree array.

This measured a 24% FPS increase on a ~50% heap-heavy workload.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D3898
2018-11-05 20:49:17 +03:00
..
2018-11-05 13:22:49 +11:00
2018-11-03 20:35:34 +11:00
2018-11-03 15:55:45 +11:00
2018-11-05 13:04:43 +11:00
2018-08-30 01:56:08 +10:00
2018-10-29 10:24:42 +11:00
2018-10-31 18:39:01 +01:00
2018-07-27 16:41:18 +10:00
2018-10-21 16:23:15 +11:00