Revision 7a77515...

Go back to digest for 28th August 2011

Optimization in Educational

Jaime Torres Amate committed changes in [kstars] kstars/htmesh/RangeConvex.cpp:

faster sky drawing

it is much faster to check if a std:: structure is empty using
empty() with constant time instead of size()==0 with linear time
depending on the number of elements in the structure.

part of review 102062

File Changes

Modified 1 files
  • kstars/htmesh/RangeConvex.cpp
1 files changed in total