3.0.2
The
fast-glob3.0.0
was released with one known bug. This release fixes it.
🐛 Bug fixes
High memory usage for very big directories (#204)
Highlights
- Entries:
4 000 000
- Before:
4.1GB
of RAM (37s
) - After:
0.8GB
of RAM (25s
)
Explanation
In short, we called 2x replace
and startsWith
on every entry. Together, that's 12 million calls.