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

Optimize client efficiency by replacing some lists with tuples#394

Merged
notsniped merged 2 commits intomainfrom
list-to-tuple-optimization
Nov 22, 2024
Merged

Optimize client efficiency by replacing some lists with tuples#394
notsniped merged 2 commits intomainfrom
list-to-tuple-optimization

Conversation

@notsniped
Copy link
Member

@notsniped notsniped commented Nov 22, 2024

NOTE: This has been done only wherever needed.

This helps make the client more efficient by using tuples in some places instead of lists, as lists may contain more built-in methods than required for some things. Maybe even use up less memory...

@notsniped notsniped self-assigned this Nov 22, 2024
@notsniped notsniped added debloat Remove extra crap from the source code priority:high area:main Changes to the main functioning code type:code quality Anything that improves the source's code quality labels Nov 22, 2024
@notsniped notsniped merged commit 7fee7c4 into main Nov 22, 2024
@notsniped notsniped deleted the list-to-tuple-optimization branch November 22, 2024 12:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area:main Changes to the main functioning code debloat Remove extra crap from the source code priority:high size/M type:code quality Anything that improves the source's code quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant