Authors: Maciej Mensfeld
License: MIT
Summary: An educational Ruby C extension implementing the Eisel-Lemire algorithm
for string-to-float conversion. This gem demonstrates why this optimization,
despite being ~2.6x faster for complex numbers, was NOT...