Closed cout closed 4 years ago
This is an optimization that inlines some of the calls made by wand, wor, and wnot. Performance gains are significant (~3.5%).
wand
wor
wnot
It is also possible to optimize the call to min in wor for additional gain (~0.5%), though I felt this made the code less elegant.
min
This is an optimization that inlines some of the calls made by
wand
,wor
, andwnot
. Performance gains are significant (~3.5%).It is also possible to optimize the call to
min
inwor
for additional gain (~0.5%), though I felt this made the code less elegant.