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

Cache Comparator for every Type #5740

Closed
Akirathan opened this issue Feb 22, 2023 · 1 comment
Closed

Cache Comparator for every Type #5740

Akirathan opened this issue Feb 22, 2023 · 1 comment
Assignees
Labels
--low-performance -compiler -libs Libraries: New libraries to be implemented p-high Should be completed in the next sprint

Comments

@Akirathan
Copy link
Member

Akirathan commented Feb 22, 2023

Every Type should have exactly one Comparator, that should not be changed. Comparator API was implemented in #4067.

This should improve the performance of Any.==, or any type of ordering.

Follow-up of #5712

@Akirathan Akirathan added -compiler -libs Libraries: New libraries to be implemented --low-performance labels Feb 22, 2023
@Akirathan Akirathan self-assigned this Feb 22, 2023
@Akirathan Akirathan moved this from ❓New to 📤 Backlog in Issues Board Feb 22, 2023
@Akirathan Akirathan added the p-high Should be completed in the next sprint label Feb 22, 2023
@jdunkerley jdunkerley added p-medium Should be completed in the next few sprints and removed p-high Should be completed in the next sprint labels Feb 24, 2023
@jdunkerley jdunkerley added this to the Design Partners milestone Feb 24, 2023
@Akirathan Akirathan added p-high Should be completed in the next sprint and removed p-medium Should be completed in the next few sprints labels Feb 24, 2023
@JaroslavTulach JaroslavTulach self-assigned this Apr 25, 2023
@JaroslavTulach
Copy link
Member

I believe the cache has been implemented as part of #6280

@github-project-automation github-project-automation bot moved this from 📤 Backlog to 🟢 Accepted in Issues Board Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--low-performance -compiler -libs Libraries: New libraries to be implemented p-high Should be completed in the next sprint
Projects
Archived in project
Development

No branches or pull requests

3 participants