teuben / nemo

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

malloc vs. jemalloc #148

Open teuben opened 3 weeks ago

teuben commented 3 weeks 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.