Open p-avital opened 1 year ago
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.
typenum
UInt<const VALUE: usize>
Currently, all integers are handled through lambda-calculus (GAT rewrite of
typenum
). Would const generics perform better? MakingUInt<const VALUE: usize>
may be a way to reduce the overhead of trying that.