Hacker News new | ask | show | jobs
by vlovich123 232 days ago
munmap + signal handling is terrible not least of which that you don’t want to be fucking with the page table in that way as an unmap involves a cross cpu TLB shoot down which is slooow in a “make the entire machine slow” kind of way.
1 comments

That is correct, although my laptop is only four cores.