Danny Al-Gaaf b8b7117e97 db/version_set.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().

Fix for:
[db/version_set.cc:2250]: (performance) Possible inefficient
 checking for 'column_families_not_found' emptiness.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2014-09-30 23:30:31 +02:00
..
2014-09-04 16:18:36 -07:00
2014-09-04 16:18:36 -07:00
2014-09-24 13:12:16 -07:00
2014-09-24 13:12:16 -07:00
2014-08-11 13:22:47 -04:00
2014-09-29 16:05:25 -07:00
2014-09-12 16:23:58 -07:00
2014-09-25 11:14:01 -07:00
2014-09-25 11:14:01 -07:00
2014-08-28 17:06:29 -07:00
2014-09-04 23:06:23 +08:00
2014-09-18 13:32:44 -07:00
2014-09-05 14:14:37 +08:00
2014-09-05 14:14:37 +08:00
2014-02-28 13:19:47 -08:00
2014-01-27 14:49:10 -08:00
2014-03-14 22:44:35 +00:00
2014-03-14 13:02:20 -07:00
2014-01-30 22:10:10 -08:00
2014-09-04 23:06:23 +08:00
2014-04-15 13:39:26 -07:00
2014-09-13 14:14:10 -07:00
2014-09-12 16:23:58 -07:00
2014-09-12 16:23:58 -07:00