Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Change QList to QVector for speed increase
mLUT and mColorRampItemList are changed, for mLUT it shouldn't matter that much since an int is stored sequentially anyway, also in a QList, for mColorRampItemList it should make a difference, though it has to be converted from/to QList to keep API
- Loading branch information
1 parent
3360b82
commit 9470c36
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters