Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guest271314/be49807ddcbd223ea02211b74d505056 to your computer and use it in GitHub Desktop.
Save guest271314/be49807ddcbd223ea02211b74d505056 to your computer and use it in GitHub Desktop.
Native File System notifications
> A huge huge huge part of file-system management & capabilities as we use them is being notified about when something changes. Without this, awful awful awful terrible badly performing highly costly & deeply inadequate hacks grow up like weeds, all over the place, as bad terrible coders do an awful job of probing around to figure out "what has changed?". Huge amounts of engineering effort have gone into trying to tackle this issue. Works like node-watch (attempting to fill the painful dx gaps in node's fs.watch being non recursive) & watchman grow like weeds, consuming developer year after developer year of time to make maintain & sustain.
@guest271314
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment