Matthew Parkinson
Matthew Parkinson
I had the files open, so pushed a PR. https://github.com/daanx/mimalloc-bench/pull/192
> Would it be possible to add a succinct benchmark where "mere users" can compare the performance benefits of mimalloc and some other common alternative allocators against the standard/system allocator,...
I agree with the approach @daanx sets out.
Two things to address: * Randomisation - this might break some of the randomisation, can we use the ways to build multiple queues for the same slab. * Can we...
> I’m installing VS 2019 to test that 32-bit test failure. That failing test is a little flaky. It has an unpredictable memory usage. However, it does cause interesting contention...
The main criteria for success of that test is not crashing. Unfortunately it can use an unbounded amount of memory. And the usage is dependent on the relative timing of...
> @mjp41 Do you know what is causing these failures? They don't seem relevant to my change. I'm investigating today. It is blocking other PRs too.
@akhin I was attempting to add llmalloc to the mimalloc-bench suite of allocators and benchmarks, but it fails to run `xmalloc-test` benchmark. This is a heavy producer/consumer benchmark with half...
Hi @NeilMonday, so we never really designed snmalloc to be unloaded. We don't track enough state to do this. I think this would need a few additions * PAL -...
#773 completed for Windows.