blender/intern/container
Campbell Barton a4b2783169 small optimization for BLI_heap(), give some speedup in decimeter.
- use unsigned ints only (where mixing signed/unsigned)
- turn heap_swap into an inline function, add SWAP_TVAL macro to swap values using a temp value as storage.
- added type checking SHIFT3/4 macros

also style cleanup for CTR_Map
2012-10-22 03:25:53 +00:00
..
CMakeLists.txt remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used. 2012-10-22 02:39:26 +00:00
CTR_HashedPtr.h small optimization for BLI_heap(), give some speedup in decimeter. 2012-10-22 03:25:53 +00:00
CTR_Map.h small optimization for BLI_heap(), give some speedup in decimeter. 2012-10-22 03:25:53 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00