Back to browse
GitHub Repository

A high-performance glob pattern matcher for Node.js, built in Rust.

31 starsTypeScript

Globlin – 3x faster Glob, written by Opus 4.5

by mcilroy·Feb 11, 2026·3 points·1 comment

AI Analysis

●●SolidWizardryShip It

Rust-based glob 2-3x faster, but glob v13 already exists and works.

Strengths
  • Drop-in replacement with zero migration friction and identical API surface.
  • Comprehensive pattern support including extglobs and POSIX character classes.
  • Cross-platform binaries for Linux, macOS, Windows (x64 and ARM64).
Weaknesses
  • Glob pattern matching is already solved; speed gains alone don't justify a new tool.
  • No evidence this beats alternatives like fast-glob or globby in real-world usage.
Target Audience

Node.js developers using glob for file pattern matching

Similar To

isaacs/node-glob · sindresorhus/globby · fast-glob

Similar Projects