Perform basic code speedups
Open
speed-up
- Dominant language
- Python
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
1. Never accumulate to a string, always accumulate to a list and then do `"".join`.
2. Use generators instead of lists whenever possible.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.