Skip to content

Conversation

@burke
Copy link

@burke burke commented Jan 4, 2026

The previous implementation spawned a subprocess for every file during indexing (e.g., thousands of subprocess spawns for a large collection). Using Node's native realpathSync is orders of magnitude faster.

before: 15.6s
after: 1.0s

The previous implementation spawned a subprocess for every file during
indexing (e.g., 4500 subprocess spawns for a large collection). This
caused resource exhaustion and random hangs. Using Node's native
realpathSync is orders of magnitude faster.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant