Matthew Parkinson

Results 160 comments of Matthew Parkinson

Looks like it is leaking in some case https://github.com/microsoft/snmalloc/actions/runs/6279469686/job/17055222812?pr=637#step:7:149

@licenser @darach are you still using snmalloc. If so do you have any benchmarks that represent your workload? We have some ideas that would benefit your kind of workload for...

Awesome thanks. Any benchmarks we can run would really help us in justifying the engineering work.

Three other places I can think of in addition * the allocator pool has a lock as well. So needs fixing in the same way. * the singleton pattern uses...

Thanks for highlighting this. It would be interesting to integrate this into the backend, but I am not sure how to yet.

This is not a facility we currently support, but the structure of the backend should make this easy to do. So is the idea to have one parameter which sets...

P.S. Super interested to know you use case, and any benchmarking that we can use to improve snmalloc.

> Like that? Is there a static_assert that the main is at least two pointers?

Looks pretty noisy, but I can run some experiments on Monday

@nwf-msr would it make sense to add something like: ```CMake if (SNMALLOC_BENCHMARK_INDIVIDUAL_CONFIGS) foreach (STEP 8 16 32) foreach (MIN 16 32 64) if ((${STEP} EQUAL 8) AND (${MIN} EQUAL 64))...