clamydo / stochasticsampling

GNU General Public License v3.0
0 stars 0 forks source link

Benchmark system allocator vs. jemalloc #27

Open clamydo opened 4 years ago

clamydo commented 4 years ago

In GitLab by @fkjogu on Dec 28, 2016, 14:00

https://doc.rust-lang.org/book/custom-allocators.html#default-allocator

Also try out MUSL target:

env RUSTFLAGS="-C target-cpu=native" cargo build --release --target x86_64-unknown-linux-musl
clamydo commented 4 years ago

In GitLab by @fkjogu on Dec 28, 2016, 17:51

changed title from {-Compile with autovectorization support-} to {+Benchmark system allocator vs. jemalloc+}