Skip to content

Releases: rkallos/erl-filewatch

Remove -native in NIF compilation

29 Nov 20:52
76ee73a

Choose a tag to compare

Merge pull request #8 from lpgauth/master

Remove native flags to fix portability issues

Deduplication of Events

18 Sep 19:40

Choose a tag to compare

This new version deduplicates inotify events by storing them in a hash table. Thanks to Seyed for the wonderful work.