ruby/ext/strscan
Jean Boussier d5de1a5789 [ruby/strscan] Implement #scan_integer to efficiently parse Integer
(https://github.com/ruby/strscan/pull/115)

Fix: https://github.com/ruby/strscan/issues/113

This allows to directly parse an Integer from a String without needing
to first allocate a sub string.

Notes:

The implementation is limited by design, it's meant as a first step,
only the most straightforward, based 10 integers are supported.

6a3c74b4c8
2024-11-27 09:24:07 +09:00
..
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb Add function rb_reg_onig_match 2023-07-27 13:33:40 -04:00
strscan.c [ruby/strscan] Implement #scan_integer to efficiently parse Integer 2024-11-27 09:24:07 +09:00
strscan.gemspec Sync strscan HEAD again. 2024-06-04 12:40:08 +09:00