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 Hasher in Derive Macro Algorithms #24

Open
Eliah-Lakhin opened this issue Oct 12, 2024 · 0 comments
Open

Improve Hasher in Derive Macro Algorithms #24

Eliah-Lakhin opened this issue Oct 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature proposal

Comments

@Eliah-Lakhin
Copy link
Owner

Currently, the derive macros' FSAs use the standard hasher for HashSet and HashMap, which is slower compared to alternatives like AHash.

To enhance static analysis performance and improve overall code maintainability, the base utilities for sets and maps should be refactored in favor of faster hashing algorithms.

@Eliah-Lakhin Eliah-Lakhin added the enhancement New feature proposal label Oct 12, 2024
@Eliah-Lakhin Eliah-Lakhin self-assigned this Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature proposal
Projects
Status: Todo
Development

No branches or pull requests

1 participant