Hacker News new | ask | show | jobs
by otterley 1086 days ago
glibc itself uses mmap under the covers when doing malloc in certain situations. Granted, it's anonymous and not file-backed, but it's still proven to be performant. See, e.g, mallopt(3).