Closed antazoey closed 2 months ago
Before:
Wall time: 554 ms
Then with https://github.com/ApeWorX/ape/pull/2211
Wall time: 450 ms
Then with this PR and not https://github.com/ApeWorX/ape/pull/2211
Wall time: 273 ms
Then with this PR AND https://github.com/ApeWorX/ape/pull/2211
Wall time: 245 ms
I think the main thing was not defining such a large method within another method but also some condition combines probably helped.
should work like it did before
Interesting
What I did
Before:
Then with https://github.com/ApeWorX/ape/pull/2211
Then with this PR and not https://github.com/ApeWorX/ape/pull/2211
Then with this PR AND https://github.com/ApeWorX/ape/pull/2211
How I did it
I think the main thing was not defining such a large method within another method but also some condition combines probably helped.
How to verify it
should work like it did before
Checklist