You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/util
heyongqiang d55c2ba305 Add a tool to change number of levels 12 years ago
..
arena.cc A number of fixes: 13 years ago
arena.h A number of fixes: 13 years ago
arena_test.cc A number of fixes: 13 years ago
auto_split_logger.h Add the missing util/auto_split_logger.h 12 years ago
bloom.cc bits_per_key is already configurable. It defines how many bloom bits will be used for every key in the database. 12 years ago
bloom_test.cc Added bloom filter support. 12 years ago
build_version.h Record the version of the source repository that was used to build the leveldb library. 12 years ago
cache.cc Print the block cache size in the LOG. 12 years ago
cache_test.cc A number of fixes: 13 years ago
coding.cc A number of fixes: 13 years ago
coding.h A number of fixes: 13 years ago
coding_test.cc merge 1.5 12 years ago
comparator.cc merge 1.5 12 years ago
crc32c.cc SSE4 optimization 12 years ago
crc32c.h A number of fixes: 13 years ago
crc32c_test.cc A number of fixes: 13 years ago
env.cc fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file) 13 years ago
env_hdfs.cc Clean up compiler warnings generated by -Wall option. 12 years ago
env_posix.cc An configurable option to write data using write instead of mmap. 12 years ago
env_test.cc fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file) 13 years ago
filelock_test.cc Prevent concurrent multiple opens of leveldb database. 12 years ago
filter_policy.cc Added bloom filter support. 12 years ago
hash.cc A number of fixes: 13 years ago
hash.h reverting disastrous MOE commit, returning to r21 13 years ago
histogram.cc A number of fixes: 13 years ago
histogram.h A number of fixes: 13 years ago
ldb_cmd.cc Add a tool to change number of levels 12 years ago
ldb_cmd.h Add a tool to change number of levels 12 years ago
logging.cc A number of fixes: 13 years ago
logging.h A number of fixes: 13 years ago
murmurhash.cc Implement RowLocks for assoc schema 12 years ago
murmurhash.h Implement RowLocks for assoc schema 12 years ago
mutexlock.h Implement ReadWrite locks for leveldb 12 years ago
options.cc Make compression options configurable. These include window-bits, level and strategy for ZlibCompression 12 years ago
posix_logger.h Enable LevelDb to create a new log file if current log file is too large. 12 years ago
random.h A number of fixes: 13 years ago
stats_logger.h Clean up compiler warnings generated by -Wall option. 12 years ago
status.cc A number of fixes: 13 years ago
testharness.cc A number of fixes: 13 years ago
testharness.h A number of fixes: 13 years ago
testutil.cc A number of fixes: 13 years ago
testutil.h A number of fixes: 13 years ago