py_ecc
py_ecc copied to clipboard
[EXPERIMENT] Caching classmethods one and zero
What is wrong?
Caching the outputs of the classmethods one
and zero
of the classes FQ
and FQP
may increase the performance
It would ideally be better to do this after #49 is done with, so as to check the performance gains.
How can it be fixed
Fill this in if you know how to fix it.