]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: remove the cached product_on_basis() TODO.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 10 Mar 2021 00:08:47 +0000 (19:08 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 10 Mar 2021 00:08:47 +0000 (19:08 -0500)
Storing the multiplication table in a list is actually faster than the
@cached_method dict lookup. I tried it. In general, l[i][j] is about
twice as fast as d[(i,j)] for a nested list "l" and dict "d".


No differences found