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

feat: configurable nightly optimizations #1655

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NikitaMasych
Copy link
Contributor

What?

Resolves #1638

Details

Nightly is required due to reliance on specialization feature, which allows keeping default implementation but leverage more optimized algorithms for specific fields. However, considering this is more desirable than critical, this PR elevates the requirement for nightly toolchain, allowing usage of the library in stable mode with, likely, worsened performance.

@NikitaMasych
Copy link
Contributor Author

@Nashtare @LindaGuiga would appreciate your thoughts on this and #1654, as soon as you have time, guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Nightly to Stable clarification
1 participant