joegasewicz / joegasewicz/code-spy

able to run heavy tasks in separate processes

Open
#29 0 comments 0 reactions 1 assignee Claimed by @joegasewicz View on GitHub
feature
Dominant language
Python
Stars
13
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.