-
Andreas Schenk authored
The gnu c++ size() implementation for stl containers has O(n) complexity while empty() has O(1) complexity
Andreas Schenk authoredThe gnu c++ size() implementation for stl containers has O(n) complexity while empty() has O(1) complexity