summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-12-04 01:57:40 -0500
committerMarc-André Lafortune <github@marc-andre.ca>2020-12-05 00:56:58 -0500
commita83a51932dbc31b549e11b9da8967f2f52a8b07c (patch)
tree272eea99e5f40150af2a52114d7f8c9d8f325264 /object.c
parent3b5b309b7b3724849c27dc1c836b5348a8a82e23 (diff)
[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]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3844
Diffstat (limited to 'object.c')
0 files changed, 0 insertions, 0 deletions