johnae / spook

Lightweight programmable evented utility based on LuaJIT and ljsyscall
Other
35 stars 0 forks source link

Replace libuv #19

Closed johnae closed 7 years ago

johnae commented 7 years ago

WIP on replacing libuv completely with ljsyscall.

johnae commented 7 years ago

This is quite close to done now. Perhaps I'm really just being overly careful. Ofc, depending on whether OS X/BSD support is of the utmost importance this is either done or not. For me at this time, OS X and BSD can wait. The main issue on the BSD:s is how kqueue works wrt filesystem changes - that part is quite different from inotify on Linux.