How are numbers converted to strings in Julia? Specifically, where in the 
Julia source is this conversion performed? 

I ask because my x86 assembly implementation of 64-bit integer to string 
conversion is on average about 1.5x slower than Julia. Either Julia is 
doing something very smart, or my assembly is doing something very dumb, or 
perhaps both.

Thanks!

Reply via email to