Add Eisel-Lemire algorithm for faster String#to_f by mensfeld · Pull Request #15655 · ruby/ruby
This PR adds the Eisel-Lemire algorithm for string-to-float conversion, providing significant performance improvements for String#to_f, especially for numbers with many significant digits. Performa...