A much faster popen() and system() implementation for Linux
Stars
68
Forks
13
Watchers
68
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
35
commits
Merge branch 'master' of github.com:famzah/popen-noshell
4cfcd1aView on GitHubRemove a compiled binary which never should have been committed
88130feView on GitHubCreate the threads "detached", in order to try to speed things up (issue #11)
5ab8b89View on GitHubA research try to remove the flag CLONE_VFORK and not block the parent process (issue #11)
776a7c5View on GitHubDon't request SIGCHLD be sent to the parent (issue #12)
3dbb5c8View on GitHub