4 ms·
This strikes me as particularly funny as I'm working on a module of code where I had to use a type field and an 'if' statement to get around a dynamic cast that
by jrandom 17y ago
This strikes me as particularly funny as I'm working on a module of code where I had to use a type field and an 'if' statement to get around a dynamic cast that was killing performance.
(Virtual functions were not an option as this was taking place inside an STL '==' comparator.)