Project

General

Profile

« Previous | Next » 

Revision a83a5193

Added by Marc-Andre Lafortune over 4 years ago

[ruby/matrix] Optimize **

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]