On 01/06/2014 11:04 PM, Jonathan Wakely wrote:
> On 6 January 2014 20:54, Povilas Kanapickas wrote:
>>
>> I have a proof-of-concept implementation of floating-point printf()
>> which is 4 to 6 times faster than the glibc printf() in common use cases
>> while producing exactly the same output (inclu
On 6 January 2014 20:54, Povilas Kanapickas wrote:
>
> I have a proof-of-concept implementation of floating-point printf()
> which is 4 to 6 times faster than the glibc printf() in common use cases
> while producing exactly the same output (including rounding, etc.). I
> would like to contribute it