mimalloc-bench
mimalloc-bench copied to clipboard
Suite for benchmarking malloc implementations.
I think that currently, we don't have any memory-hungy benchmark. It might be interesting to add one.
It would be nice to have a security-related benchmark, not focused on memory consumption or speed, but on the ability of allocators to detect and neuter memory corruptions. For example,...
See https://github.com/daanx/mimalloc-bench/issues/117
Currently the CI takes around 90min to run: this is a bit excessive. Here is what we could do to reduce a bit this number: - Change the parameters for...
https://opensource.apple.com/tarballs/bmalloc/, looks like it's OSX-only though.
https://github.com/SergeyMakeev/smmalloc
[rocksdb]( https://en.wikipedia.org/wiki/RocksDB) has a [neat benchmarking tool]( https://github.com/facebook/rocksdb/wiki/Benchmarking-tools ), and it written with hardware-efficiency in mind, so it should highlight some allocators shortcoming. Moreover, it's buildable with a makefile, so...
Some allocators are doing tradeoffs to perform very well on long-running complex workloads, so we should have some benchmarks to measure this. Maybe something like firefox running on a couple...
Hi! Trying to build / bench mimalloc-bench inside a pristine ubuntu:20.04 container and I'm seeing the `./build-bench-env.sh packages lean` is not providing enough standard packages to kickstart from a bare...