You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve clean.js script performance by parallelizing deletions and fixing
--nuke_node mode:
- Convert to async/await with Promise.all() for parallel file deletion
- Replace slow Node.js recursive scan with native find command for
--nuke_node (10-100x faster, fixes timeout issue)
- Process all 98 packages in parallel instead of sequentially
- Add proper error handling with graceful fallbacks
Performance improvements:
- Regular clean: 17% faster (0.77s → 0.64s)
- Better CPU utilization (190-276% vs 94-96%)
- --nuke_node: Fixed broken functionality (was timing out after 30+ seconds,
now completes in ~3-5 seconds)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments