Skip to content

Feature: Parallel file processing for large refactoring tasks #25

Description

@sasikumar161106

When the LLM returns changes to multiple independent files, apply them in parallel using concurrent.futures.ThreadPoolExecutor. This can significantly speed up large refactoring tasks. File modifications, backup creation, and validation can all be parallelized since they operate on different files.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions