marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
284 stars 36 forks source link

Don't transpile every glob #80

Open marschall opened 7 years ago

marschall commented 7 years ago

Some simple globs like a*, *b and *a* could need a dedicated implementation rather than a compilation to a regex.