subsurface/core/subsurface-qt
Berthold Stoeger 52d8d89f73 Mobile: optimize cylinderList() function
The cylinderList() function collects all cylinder descriptions.
Instead of adding all cylinders, then sort, then removed duplicates,
keep a sorted list and only add non-existing elements. Find
existing elements by a binary search.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-11-09 19:19:04 +01:00
..
CylinderObjectHelper.cpp Cleanup: make cylinder_t argument to CylinderObjectHelper const 2019-09-14 13:20:59 +02:00
CylinderObjectHelper.h Cleanup: make cylinder_t argument to CylinderObjectHelper const 2019-09-14 13:20:59 +02:00
DiveListNotifier.cpp Dive list: implement proper Qt-model semantics for DiveTripModel 2018-10-11 16:22:27 -07:00
DiveListNotifier.h Undo: turn dive- and trip-fields into flags 2019-10-26 11:36:23 -07:00
DiveObjectHelper.cpp Mobile: optimize cylinderList() function 2019-11-09 19:19:04 +01:00
DiveObjectHelper.h Grantlee: split out grantlee-only property from DiveObjectHelper 2019-09-14 13:20:59 +02:00