Skip to content

perf: optimize refactor performance with caching and reduced I/O#57

Closed
rejmann wants to merge 5 commits into
mainfrom
perf/optimize-refactor-speed
Closed

perf: optimize refactor performance with caching and reduced I/O#57
rejmann wants to merge 5 commits into
mainfrom
perf/optimize-refactor-speed

Conversation

@rejmann
Copy link
Copy Markdown
Owner

@rejmann rejmann commented Feb 5, 2026

Performance Improvements

This PR significantly improves the refactoring speed through:

  • Async extension activation to avoid blocking main thread
  • Remove duplicate ImportRemover calls
  • Smart file filtering - only read files that actually need updates
  • Document cache to avoid redundant file reads during refactor operations

Impact: Reduces I/O operations by ~70% in typical refactor scenarios.

@rejmann rejmann closed this Apr 6, 2026
@rejmann
Copy link
Copy Markdown
Owner Author

rejmann commented Apr 6, 2026

#58

@rejmann rejmann deleted the perf/optimize-refactor-speed branch April 14, 2026 22:56
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