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

#[feature(generic_const_exprs)] based implementation of typenum2 to improve performance? #6

Open
p-avital opened this issue Mar 24, 2023 · 0 comments

Comments

@p-avital
Copy link
Collaborator

Currently, all integers are handled through lambda-calculus (GAT rewrite of typenum). Would const generics perform better?
Making UInt<const VALUE: usize> may be a way to reduce the overhead of trying that.

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

No branches or pull requests

1 participant