Closed claudeha closed 9 years ago
Causing extreme slowness. Not documented in the README.
Using:
cmake -DRRV_DEBUG=OFF .
sped up the room2.xml example from around 5.7 patches per second to around 32.3 patches per second on my system.
room2.xml
also setting it to OFF needs size_t (for example from #include <cstddef>) in
size_t
#include <cstddef>
src/PatchCacheLine.h src/TriangleSet.h src/TriangleSetExt.h
Good catch! Fixed via 1cecfd2c.
Causing extreme slowness. Not documented in the README.
Using:
sped up the
room2.xml
example from around 5.7 patches per second to around 32.3 patches per second on my system.