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

Improvements to equality checks #44

Merged
merged 5 commits into from
Nov 11, 2023
Merged

Improvements to equality checks #44

merged 5 commits into from
Nov 11, 2023

Conversation

shsms
Copy link
Owner

@shsms shsms commented Nov 11, 2023

Closes #24

This is replaced by an internal `eq_value` method, which can be used
where it would help performance.
They are no longer compared by name-string, but whether they are the
same object or not, just like with `eq`.
@shsms shsms merged commit 76b3dc1 into main Nov 11, 2023
@shsms shsms deleted the equality-checks branch November 11, 2023 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix equal on symbols
1 participant