Skip to content

Speed up post-load loop by using std::vector

Magne.Stromsnes requested to merge load_data_in_own_thread into master

Speed up of 12x on debug on my machine and about 5x on release. Does nothing for the actual disk-load.

Merge request reports