You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: