renderer: use iterator rather than creating vectors
Creating vectors from the FrameHashCache was one of the slowest functions in the program, this should be significantly faster.
This commit is contained in:
@@ -16,3 +16,4 @@
|
||||
|
||||
olive_add_test(General common-tests common-tests.cpp)
|
||||
olive_add_test(General rational-tests rational-tests.cpp)
|
||||
olive_add_test(General timerange-tests timerange-tests.cpp)
|
||||
|
||||
Reference in New Issue
Block a user