Matthew Parkinson

Results 160 comments of Matthew Parkinson

So my wondering was about how to split the work up into more parallel tasks. We could build a Docker image with all the benchmarks, and then we can install...

This benchmark comes from `rpmalloc` you probably should raise the issue there and then we can pull in the fix to mimalloc-bench. I think it comes from: https://github.com/mjansson/rpmalloc-benchmark (@mjansson) I'm...

I have modified the benchmark to call C11 atomics, and to make the `benchmark-start` flag atomic. This has removed the TSan errors when I build and run it.

This doesn't seem to be crashing with isoalloc perhaps something has changed that fixed the underlying issue since this was raised?

` I've tried to design EBR + HP + ejection mechanism, but I believe EBR and ejection doesn't come along well.` I think you are correct that if you are...

@jeehoonkang Congratulations on the PLDI paper.

@letmaik let me know if you want more stats in snmalloc. It is a bit easier to track things now with 0.6.0. I can add more stuff it is would...

Bike shedding the name. As it is replacing with zeros, I wonder if this should really be named as a variant of MADV_DONTNEED? It really feels like DONTNEED split into...

How about something like: ``` ( timeout 1s bash -c "/usr/bin/env $3 ./$binary || echo CRASHED" || echo TIMEOUT ) 2>/dev/null > "$tmpfile" ``` But I'm not sure what we...

Less cryptic would certainly be good :)