rocksdb/utilities
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 Improve performance when loading BackupMeta. 2015-01-04 12:19:32 +08:00
checkpoint Moved checkpoint to utilities 2014-11-20 15:54:47 -08:00
compacted_db Move GetThreadList() feature under Env. 2014-12-22 12:20:17 -08:00
document
geodb Clean up StringSplit 2014-11-21 11:05:28 -05:00
leveldb_options Added CompatibleOptions for compatibility with LevelDB Options 2014-11-20 19:24:39 -08:00
merge_operators
redis
spatialdb
ttl MultiGet for DBWithTTL 2014-12-20 12:46:37 +01:00
write_batch_with_index
merge_operators.h