It seems the PolyVox Array class is really slow compared to raw C arrays. I've added a test ready for some experimentation.

This commit is contained in:
David Williams
2014-08-21 16:57:23 +02:00
parent d0aa7cd60f
commit d9f328cadb
2 changed files with 48 additions and 0 deletions

View File

@ -31,6 +31,8 @@ class TestArray: public QObject
Q_OBJECT
private slots:
void testCArraySpeed();
void testPolyVoxArraySpeed();
void testReadWrite();
};