diff options
author | Daniel Schadt <kingdread@gmx.de> | 2021-11-18 19:37:05 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2021-11-18 19:37:05 +0100 |
commit | ae884762ca300b265355afb6aeaed5010352f167 (patch) | |
tree | f29d683c2ee30a957bcbc7463abd01b685bfa282 /src/analyzers/raids/w6.rs | |
parent | 7dceef6f8f9e2cc5d3ce57177d2d7ac3abad7a5b (diff) | |
download | evtclib-ae884762ca300b265355afb6aeaed5010352f167.tar.gz evtclib-ae884762ca300b265355afb6aeaed5010352f167.tar.bz2 evtclib-ae884762ca300b265355afb6aeaed5010352f167.zip |
switch order of operands in SH analyzer
Comparing the int is a very cheap operation, and it is also a very good
indicator already that we've found the right event. Due to the short
circuiting behaviour of &&, it is better to check that first before
doing the Log::is_boss check - which is relatively costly. Remember that
we do this check for every buff application event!
This brings a speedup of around 50x:
new: 654.1±25.18µs
old: 34.9±0.69ms
Diffstat (limited to 'src/analyzers/raids/w6.rs')
0 files changed, 0 insertions, 0 deletions