solidity/tools
Kamil Śliwak 47f5ee42c9 [yul-phaser] isFitter(): Switch from toString() to genes() to make chromosome comparisons a tiny bit faster
- toString() uses a stream for conversion while genes() returns a direct reference to the string, without copies in between. The speed up is very small compared to the improvement from switching to storing a string of abbreviations instead of a vector of step names inside chromosomes but there's basically no downside to this change so it's still worth it.
2020-09-11 23:09:51 +02:00
..
solidityUpgrade Merge pull request #9255 from ethereum/solidity-upgrade-constructor 2020-07-21 13:24:39 +02:00
yulPhaser [yul-phaser] isFitter(): Switch from toString() to genes() to make chromosome comparisons a tiny bit faster 2020-09-11 23:09:51 +02:00
CMakeLists.txt Merge remote-tracking branch 'origin/develop' into breaking 2020-05-12 17:48:53 +02:00