num_cpus icon indicating copy to clipboard operation
num_cpus copied to clipboard

Use rustix instead of libc

Open notgull opened this issue 2 years ago • 0 comments

rustix provides a safe interface over some libc calls. In addition it provides a direct interface over Linux system calls, which can significantly reduce the instruction count in many cases.

rustix doesn't support some of the system calls that this crate needs. If there is interest I can make PRs to add them to rustix.

notgull avatar Nov 01 '23 03:11 notgull