gobwas / glob

Go glob
MIT License
948 stars 63 forks source link

Why is gobwas/glob faster than path/filepath #44

Open pathbox opened 3 years ago

pathbox commented 3 years ago

Hello, gobwas/glob is so nice. I use gobwas/glob, and I do some benchmark with path/filepath . I find it is faster thanpath/filepath's glob and match method, Could you tell me why, I am interest in it