whitfin / runiq

An efficient way to filter duplicate lines from input, à la uniq.
MIT License
204 stars 23 forks source link

Migrate to a Rust xxHash implementation for Windows #12

Closed whitfin closed 3 years ago

whitfin commented 3 years ago

Fixes #11 and fixes #9.

Hopefully this makes it easier to build on Windows, where uniq doesn't exist - so this library would be more useful.