-
- Downloads
EPA: use std::vector to manage EPA's storage
Note: resizing a std::vector with a size smaller than its current size will not reallocate the memory. So there is no downside to always using resize in the reset method compared to the previous implementation.
Please register or sign in to comment