1
0
Fork 0
flightgear/src/Traffic
Tom Paoletti 81cd33e2fa Performance optimization: empty() instead of size()>0
empty() is guaranteed to be constant complexity for both vectors and lists, while size() has linear complexity for lists.
2013-08-19 09:01:59 +01:00
..
CMakeLists.txt Make traffic-manager schedule XML loading incremental, to 2012-04-23 15:03:08 +01:00
SchedFlight.cxx Give the FGAirport class a sane filename. 2013-02-21 11:32:02 +00:00
SchedFlight.hxx Performance improvement: pass (const) strings by reference 2012-11-24 11:59:13 +01:00
Schedule.cxx Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
Schedule.hxx Clean up/prepare for porting NasalPositioned to cppbind 2013-03-04 16:31:37 +01:00
TrafficMgr.cxx More unused vars caught by Xcode. 2013-07-04 20:56:04 +01:00
TrafficMgr.hxx More unused vars caught by Xcode. 2013-07-04 20:56:04 +01:00