dtolnay / itoa

Fast function for printing integer primitives to a decimal string
Apache License 2.0
306 stars 37 forks source link

Eliminate 64-bit-to-isize conversion #55

Closed dtolnay closed 2 days ago

dtolnay commented 2 days ago

The compiler is already able to reduce 64-bit math on 32-bit platforms by knowing n < 10000.