rocksdb/utilities
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
..
backupable
compacted_db
document document_db.cc: pass const parameter by reference 2014-09-30 23:30:32 +02:00
geodb
merge_operators
redis
spatialdb spatialdb/spatial_db.cc: use !empty() instead of 'size() > 0' 2014-09-30 23:30:32 +02:00
ttl
write_batch_with_index
merge_operators.h