evhub / evhub/rabbit

Perform basic code speedups

Open
#56 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.