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