recmo / uint

Rust Uint crate using const-generics
MIT License
171 stars 40 forks source link

chore: reduce inline(always) in algorithms #374

Closed DaniPopes closed 5 months ago

DaniPopes commented 5 months ago

No benefit to inlining big algorithms since they won't get optimized further and only bloat the callsite. Leave up just the inline hint rather than forcing it.