es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
386 stars 2 forks source link

investigate on optimizing `picomatch`'s bundle size #121

Open SuperchupuDev opened 1 month ago

SuperchupuDev commented 1 month ago

zeptomatch is 4x smaller than picomatch in terms of bundle size and does pretty much the same, analyzing zeptomatch's optimizations and pr'ing them to picomatch could result in a much smaller bundle size which would be a huge win considering how widely used the package is

43081j commented 1 month ago

You're right

If the maintainers are not open to it, we could also just start moving everyone over to zepto

SuperchupuDev commented 1 month ago

doing so would be hard as zeptomatch is esm only