WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Commit c98489ae authored by Mathias Bavay's avatar Mathias Bavay
Browse files

Lots of vectors copies were made using push_back(). This is definitely not...

Lots of vectors copies were made using push_back(). This is definitely not efficient! This has been replaced by vec_o = vec_i, we will see which impact it has on performances...
parent e7176e9f
Loading
Showing
with 51 additions and 106 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment