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 Fix Mac compile 2014-09-09 18:42:35 -07:00
compacted_db CompactedDB: log using the correct info_log 2014-09-29 12:45:04 -07:00
document document_db.cc: pass const parameter by reference 2014-09-30 23:30:32 +02:00
geodb fix more compile warnings 2014-09-05 14:14:37 +08:00
merge_operators Move include/utilities/*.h to include/rocksdb/utilities/*.h 2014-07-23 10:21:38 -04:00
redis RocksDBLite 2014-04-15 13:39:26 -07:00
spatialdb spatialdb/spatial_db.cc: use !empty() instead of 'size() > 0' 2014-09-30 23:30:32 +02:00
ttl db_ttl_impl.h: pass func parameter by reference 2014-09-30 23:30:32 +02:00
write_batch_with_index WriteBatchWithIndex to allow different Comparators for different column families 2014-09-22 13:47:39 -07:00
merge_operators.h Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00