- Partial matching, for traversing the filesystem easily _and_ efficiently.
- Roughly 2x faster single-glob matching, and 4x faster multi-glob matching (it's dependent on the specific globs though).
- Now roughly ~10x faster than minimatch.
github.com/fabiospampin...
- Partial matching, for traversing the filesystem easily _and_ efficiently.
- Roughly 2x faster single-glob matching, and 4x faster multi-glob matching (it's dependent on the specific globs though).
- Now roughly ~10x faster than minimatch.
github.com/fabiospampin...
SuperJSON seems good, but it's using a different format and in this case it's essentially just a slower JSON.parse: github.com/flightcontro...
SuperJSON seems good, but it's using a different format and in this case it's essentially just a slower JSON.parse: github.com/flightcontro...
Acorn seems pretty good, but it is probably doing a bit more work to produce an AST. JSON.parse is the fastest. I see the following:
Acorn seems pretty good, but it is probably doing a bit more work to produce an AST. JSON.parse is the fastest. I see the following: