What's wrong with this entry?
Anonymous. No account, no email.
What: Optional performance optimization using ripgrep for file pattern matching
How to use: Requires feature flag tengu_glob_with_rg to be enabled.
Details:
- Uses
rg --files --glob <pattern>for matching - Sorts results by modification time
- Includes hidden files
- Respects ignore patterns
- Performance benefit for large codebases
- Evidence: Feature flag check at line 483919 in pretty-v2.0.41.js (not in v2.0.37)