[Question] How do you define 'a TINY repo'?
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
This git-draw script worked perfectly when there are only ~10 files in the repo.
but once I tried to run ```git-draw``` in a repo containing over 2000 files, it froze - with the ```dot``` process consuming high cpu. finally I had to kill the process after 5 min.
so, my question is, what's the recommended maximum number of files in a repo?
thank you!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing git-draw on a repository with more than 2,000 files and observe the dot process while it runs. Trace the entry point that invokes dot, then establish the supported repository-size limit or the behavior expected at larger sizes; done means that limit or behavior is clearly documented or addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100