rocksdb/utilities/spatialdb
Danny Al-Gaaf 43c789c8f2 spatialdb/spatial_db.cc: use !empty() instead of 'size() > 0'
Use empty() since it should be prefered as it has, following
the standard, a constant time complexity regardless of the
containter type. The same is not guaranteed for size().

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2014-09-30 23:30:32 +02:00
..
spatial_db_test.cc Optimize SpatialDB 2014-08-25 17:50:18 -07:00
spatial_db.cc spatialdb/spatial_db.cc: use !empty() instead of 'size() > 0' 2014-09-30 23:30:32 +02:00
utils.h SpatialDB change API 2014-07-24 16:39:33 -04:00