New array class is 50(!) times faster than the old one on raw read-write performance. It's also significantly simply.

This commit is contained in:
David Williams
2014-08-21 21:31:09 +02:00
parent d9f328cadb
commit 46358adfbc
2 changed files with 54 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class TestArray: public QObject
private slots:
void testCArraySpeed();
void testPolyVoxArraySpeed();
void testPolyVoxArray2DSpeed();
void testReadWrite();
};