Re: [PHP-DEV] [RFC] Add grisu3 strtod algorithm

2011-07-15 Thread Christopher Jones
On 07/15/2011 09:52 AM, David Soria Parra wrote: The RFC an be found here: https://wiki.php.net/rfc/grisu3-strtod - David - Can you add the micro benchmarks to the RFC? - Do you have any wider benchmarks? - Can you state the impact to code size etc? - What about renaming –enable-g

[PHP-DEV] [RFC] Add grisu3 strtod algorithm

2011-07-15 Thread David Soria Parra
Hi Internals, I want to propose the inclusion of Florian Loitschs (called grisu3) strtod algorithm. Essentially Florian found a new algorithm for string to double conversion and vice versa. According to micro benchmarks in PHP and experiences with the library in the haskell community, this can s