blender/tests
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
..
gtests BLI_heap: implement a limited but faster version of heap. 2018-11-05 20:49:17 +03:00
python Merge branch 'master' into blender2.8 2018-10-09 08:46:00 +11:00
check_deprecated.py Cleanup: pep8 2018-07-03 06:55:02 +02:00
CMakeLists.txt Cleanup: use prefix for tests 2018-02-14 16:02:21 +11:00