There's some interesting patches from @mensfeld for improving the performance of string-to-float and float-to-string in CRuby:
I have started to implement fast string-to-float via the FastDoubleParser Java library in #9150. We should try to finish that up and also implement fast float-to-string.
There's some interesting patches from @mensfeld for improving the performance of string-to-float and float-to-string in CRuby:
I have started to implement fast string-to-float via the FastDoubleParser Java library in #9150. We should try to finish that up and also implement fast float-to-string.