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
Andrew Kryczka e18a4df62a workaround race conditions during `PeriodicWorkScheduler` registration (#7888) 3 years ago
..
aligned_buffer.h Fix wrong comments about function TruncateToPageBoundary. (#6975) 4 years ago
autovector.h Change autovector to have a reserved size in LITE mode (#6868) 4 years ago
autovector_test.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
bloom_impl.h Ribbon: InterleavedSolutionStorage (#7598) 4 years ago
bloom_test.cc Support optimize_filters_for_memory for Ribbon filter (#7774) 4 years ago
build_version.cc.in Add copyright headers per FB open-source checkup tool. (#5199) 5 years ago
build_version.h Change RocksDB License 7 years ago
cast_util.h Replace reinterpret_cast with static_cast_with_check (#7067) 4 years ago
channel.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
coding.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
coding.h Add Encode/DecodeFixedGeneric, coding_lean.h (#7587) 4 years ago
coding_lean.h Add Encode/DecodeFixedGeneric, coding_lean.h (#7587) 4 years ago
coding_test.cc Fix potential overflow of unsigned type in for loop (#6902) 4 years ago
compaction_job_stats_impl.cc Add is_full_compaction to CompactionJobStats, cleanup (#7451) 4 years ago
comparator.cc Remove unused includes (#7604) 4 years ago
compression.h Expand effect of dictionary settings in `ColumnFamilyOptions::compression_opts` (#7619) 4 years ago
compression_context_cache.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
compression_context_cache.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
concurrent_task_limiter_impl.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
concurrent_task_limiter_impl.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
core_local.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
crc32c.cc Fix build on FreeBSD/powerpc64(le) (#7732) 4 years ago
crc32c.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
crc32c_arm64.cc Adding ARM AT_HWCAP support for FreeBSD (#7750) 4 years ago
crc32c_arm64.h Fix compilation on Apple Silicon (#7714) 4 years ago
crc32c_ppc.c Fix Compilation on ppc64le using Clang 11 (#7713) 4 years ago
crc32c_ppc.h Fix Compilation on ppc64le using Clang 11 (#7713) 4 years ago
crc32c_ppc_asm.S Fix Compilation on ppc64le using Clang 11 (#7713) 4 years ago
crc32c_ppc_constants.h Remove PATENTS text from a few straggler files (#5326) 5 years ago
crc32c_test.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
defer.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
defer_test.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
duplicate_detector.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
dynamic_bloom.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
dynamic_bloom.h Genericize and clean up FastRange (#7436) 4 years ago
dynamic_bloom_test.cc Remove unused includes (#7604) 4 years ago
fastrange.h Genericize and clean up FastRange (#7436) 4 years ago
file_checksum_helper.cc Refactor with VersionEditHandler (#6581) 4 years ago
file_checksum_helper.h Real fix for race in backup custom checksum checking (#7309) 4 years ago
file_reader_writer_test.cc Make StringEnv, StringSink, StringSource use FS classes (#7786) 4 years ago
filelock_test.cc Fix MSVC-related build issues (#7439) 4 years ago
filter_bench.cc Use size_t for filter APIs, protect against overflow (#7726) 4 years ago
gflags_compat.h Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileSystem class (#7566) 4 years ago
hash.cc C++20 compatibility (#6697) 4 years ago
hash.h Use NPHash64 in more places (#7632) 4 years ago
hash_map.h Change HashMap::Insert()'s value to a const reference (#6567) 4 years ago
hash_test.cc Use NPHash64 in more places (#7632) 4 years ago
heap.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
heap_test.cc Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923) 4 years ago
kv_map.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
log_write_bench.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
math.h Fix MSVC-related build issues (#7439) 4 years ago
math128.h Ribbon: InterleavedSolutionStorage (#7598) 4 years ago
murmurhash.cc C++20 compatibility (#6697) 4 years ago
murmurhash.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
mutexlock.h Prevents Table Cache to open same files more times (#6707) 4 years ago
ppc-opcode.h Remove PATENTS text from a few straggler files (#5326) 5 years ago
random.cc More Makefile Cleanup (#7097) 4 years ago
random.h More Makefile Cleanup (#7097) 4 years ago
random_test.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
rate_limiter.cc Add more tests for assert status checked (#7524) 4 years ago
rate_limiter.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
rate_limiter_test.cc Skip minimum rate check in Sandcastle (#7728) 4 years ago
repeatable_thread.h Fix a timer_test deadlock (#7277) 4 years ago
repeatable_thread_test.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
ribbon_alg.h Ribbon: major re-work of hashing, seeds, and more (#7635) 4 years ago
ribbon_impl.h Support optimize_filters_for_memory for Ribbon filter (#7774) 4 years ago
ribbon_test.cc Experimental (production candidate) SST schema for Ribbon filter (#7658) 4 years ago
set_comparator.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
slice.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
slice_test.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
slice_transform_test.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
status.cc Cover all status codes in `Status::ToString()` (#7872) 4 years ago
stderr_logger.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
stop_watch.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
string_util.cc Remove unused includes (#7604) 4 years ago
string_util.h Add Struct Type to OptionsTypeInfo (#6425) 4 years ago
thread_list_test.cc fix thread status synchronization in thread_list_test (#7825) 4 years ago
thread_local.cc Fix typo in ThreadData comment (#7131) 4 years ago
thread_local.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
thread_local_test.cc Fix ThreadLocalTest.SequentialReadWriteTest failure when running individually (#6929) 4 years ago
thread_operation.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
threadpool_imp.cc Make it able to lower cpu priority to specific level in threadpool (#6969) 4 years ago
threadpool_imp.h Make it able to lower cpu priority to specific level in threadpool (#6969) 4 years ago
timer.h workaround race conditions during `PeriodicWorkScheduler` registration (#7888) 3 years ago
timer_queue.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
timer_queue_test.cc Change RocksDB License 7 years ago
timer_test.cc Bring the Configurable options together (#5753) 4 years ago
user_comparator_wrapper.h Separate internal and user key comparators in `BlockIter` (#6944) 4 years ago
vector_iterator.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
work_queue.h Revamp cache_bench to resemble a real workload (#6629) 4 years ago
work_queue_test.cc Add pipelined & parallel compression optimization (#6262) 4 years ago
xxh3p.h Fix MSVC-related build issues (#7439) 4 years ago
xxhash.cc Remove unused includes (#7604) 4 years ago
xxhash.h Misc hashing updates / upgrades (#5909) 5 years ago