guard / rb-inotify

A thorough inotify wrapper for Ruby using FFI.
MIT License
312 stars 64 forks source link

Compiled C Extension Non-FFI Tools? #105

Open metaskills opened 3 years ago

metaskills commented 3 years ago

To your knowledge is there another Ruby project that compiles a C extension vs using FFI? I've done some measurements with ruby-libvips which also uses FFI and I think I have witnessed a very very small performance loss when using FFI. So was just wondering if you knew of inotify alternatives?

Thanks in advance!