RubyGems Navigation menu

fast_float_lemire 0.2.0

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 submitted to Ruby core: it regresses performance by ~9% on simple numbers (the common case). Use this gem to learn about float parsing algorithms and their tradeoffs, or if you specifically work with high-precision scientific data.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.2.0 December 19, 2025 (128KB)
  2. 0.1.1 December 18, 2025 (123KB)
  3. 0.1.0 December 18, 2025 (123KB)

所有者:

プッシュ者:

GitHub

作者:

  • Maciej Mensfeld

SHA 256チェックサム:

=

来歴:

累計ダウンロード数 377

このバージョンのみ 156

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 3.2.0

新しいバージョンはMFAを必要とします: true

MFAで投稿されたバージョン: true

リンク: