Comment on Show HN: Fast `git status` (git core.fsmonitor in Rust)parentComments−Phrodo_008yI wonder how much faster it would be to use the OS' inotify equivalent (if Linux, inotify itself) directly from rust rather than using an external tool.
Comments
I wonder how much faster it would be to use the OS' inotify equivalent (if Linux, inotify itself) directly from rust rather than using an external tool.