teuben / nemo

a Stellar Dynamics Toolbox (Not Everybody Must Observe)
https://astronemo.readthedocs.io
GNU General Public License v2.0
59 stars 42 forks source link

malloc vs. jemalloc #148

Open teuben opened 5 months ago

teuben commented 5 months ago

On linux jemalloc was shown to have fewer fragmentation problem than the standard libc malloc. We have no proof of this in NEMO, but we never measured. Nonetheless, it would be nice to have a configure option to enable this.