• R
    Improve performance when loading BackupMeta. · caa1fd0e
    Robert 提交于
    * Use strtoul() and strtoull() instead of sscanf().
      glibc's sscanf() will do a implicit strlen().
    
    * Move implicit construction of Slice("crc32 ") out of loop.
    caa1fd0e
backupable_db.cc 45.9 KB