Ross ROSS = Recommend OSS · open-source software intelligence for agents

mrmlnc/fast-glob

:rocket: It's a very fast and efficient glob library for Node.js observed · 2026-08-28

github.com/mrmlnc/fast-glob · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3536
  • days_rel: 605
  • days_push: 9
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2823 stars · 141 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

fast-glob is a fast and efficient glob matching library for Node.js that traverses the file system and returns paths matching Unix shell-style patterns. It supports multiple and negative patterns, and offers synchronous, Promise, and Stream APIs.

Use cases

  • find all files matching a glob pattern in node.js
  • recursively list files in a directory with wildcards
  • exclude files with negative glob patterns
  • fast alternative to node-glob
  • get file paths for a build tool
  • match files with brace expansion and globstar patterns

When to choose

  • you need the fastest available glob implementation for Node.js
  • you need sync, promise, or stream APIs for file matching
  • you need multiple and negative pattern support with rich options

When to avoid

  • you are not working in Node.js
  • you need results in a guaranteed sorted order (results are arbitrary order)
  • you need full Bash glob semantics without simplifications

Facets

library · maturity stable

file-system search-engine developer-tools developer-tools files cross-platform glob pattern-matching filesystem-traversal wildcard readdir command-line nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
mrmlnc/fast-globmain67

For agents

markdown · JSON · MCP: product_card(name="mrmlnc/fast-glob")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem