rocksdb/utilities/backupable
Robert caa1fd0e0e Improve performance when loading BackupMeta.
* Use strtoul() and strtoull() instead of sscanf().
  glibc's sscanf() will do a implicit strlen().

* Move implicit construction of Slice("crc32 ") out of loop.
2015-01-04 12:19:32 +08:00
..
backupable_db_test.cc Fix broken test in 31b02d. 2014-11-13 14:46:30 -08:00
backupable_db.cc Improve performance when loading BackupMeta. 2015-01-04 12:19:32 +08:00