Hacker News new | ask | show | jobs
by cryptonector 446 days ago
If you want this to be fast when used in processes with large resident set sizes create a thread and there use `vfork()` rather than `fork()`.