nicolas-duteil-nova
Results
2
issues of
nicolas-duteil-nova
Replaces https://github.com/bellard/quickjs/pull/209 - use `closefrom` if supported - fallback to the closing loop otherwise - compute `fd_max` using `/proc/{pid}/fd` on _linux_, if `closefrom` is not supported (ex: musl)
Hi, could you please take a look at https://github.com/bellard/quickjs/pull/239 ? It improves the behaviour in alpine containers (where looping through all fds is quite inefficient) Let me know if you...