benchmark index deactivation mechanisms
Index tight packing reduces number of indices to render but packing itself takes too much time. Therefore release_fill operation is not fast enough to be executed commonly in frame-time.
It is meaningful only if done asynchronously against render thread, when cache is not in use.
resolve #63
resolve #64
bugfix SkipList membership test
bugfix 'BffrCache' refillling
bugfix old benchmarks
Was measuring CPU elapse time. Fixed to measure GPU elapse time
benchmark index deactivation mechanisms Index tight packing reduces number of indices to render but packing itself takes too much time. Therefore release_fill operation is not fast enough to be executed commonly in frame-time. It is meaningful only if done asynchronously against render thread, when cache is not in use. resolve #63 resolve #64
bugfix
SkipList
membership testbugfix 'BffrCache' refillling
bugfix old benchmarks Was measuring CPU elapse time. Fixed to measure GPU elapse time