gulpjs / glob-stream

Readable streamx interface over anymatch.
MIT License
178 stars 51 forks source link

Evaluate Micromatch #44

Closed thepian closed 9 years ago

thepian commented 9 years ago

While researching globbing alternatives for SocketStream I found the micromatch module. It claims to be a drop-in replacement with a big speedup.

It seems like a good idea to swap minimatch with micromatch.

yocontra commented 9 years ago

@thepian want to send a PR?

phated commented 9 years ago

@contra micromatch is the library that @jonschlinkert was talking about a long time ago (before it was written I think)

jonschlinkert commented 9 years ago

:+1: that would be great, let me know if I can help