bfs icon indicating copy to clipboard operation
bfs copied to clipboard

Use clone() in bfs_spawn() on Linux

Open tavianator opened this issue 5 years ago • 1 comments

clone() can be much faster than fork(). There are some subtleties though: http://ewontfix.com/7/

tavianator avatar Jan 04 '19 21:01 tavianator

There is some work in progress on the clone branch. Initial benchmarking puts it around 30% faster for running small binaries like false.

tavianator avatar Jan 04 '19 21:01 tavianator