Marcel-Rodekamp / NSL

Nanosystem Simulation Library (NSL) implements statistical simulations for systems on the nanoscale
Other
2 stars 0 forks source link

Preallocate Leapfrog Memory #120

Open Marcel-Rodekamp opened 1 year ago

Marcel-Rodekamp commented 1 year ago

We should preallocated configurations before starting (the first) leapfrog run in order to not allocate it every time. The returned configurations can then be references to those preallocated ones.