Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance of Baseclass.__eq__ and Baseclass.__hash__ functions #16

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cmclscourtney
Copy link
Contributor

Use caching and string comparing to improve performance

@cmclscourtney cmclscourtney requested a review from gpeb2 March 6, 2025 16:27
@cmclscourtney cmclscourtney self-assigned this Mar 6, 2025
@cmclscourtney cmclscourtney added the enhancement New feature or request label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve performance of BaseClass.__eq__ and BaseClass.__hash__ functions
1 participant