Skip to content

3.0.2

Compare
Choose a tag to compare
@mrmlnc mrmlnc released this 23 Jun 13:33
· 335 commits to master since this release

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.