Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

able to run heavy tasks in separate processes #29

@joegasewicz

Description

@joegasewicz

Heavier tasks should be run in separate processes.

As the codebase grows, tasks will take up more memory, so, either we

A. Count the number of files that are to be processed (from the path arg) and then decide if that task should be run in a separate process.
B. Let the caller decide if the task should be run in a separate process.
C. Both A & B.

Also need to look into benchmarking heavier tasks.

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions