mirror of
https://github.com/ruby/ruby.git
synced 2026-08-17 01:13:32 +08:00
Avoiding recursive call would imply iterating bits starting from most significant, which is not easy to do efficiently. Any saving would be dwarfed by the multiplications anyways. [Feature #15233]