summaryrefslogtreecommitdiff
path: root/util/hash_test.cc
AgeCommit message (Expand)Author
2023-08-02Add some more bit operations to internal APIs (#11660)Peter Dillinger
2022-10-26clang-format cache/ and util/ directories (#10867)Peter Dillinger
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-08-12Derive cache keys from SST unique IDs (#10394)Peter Dillinger
2022-04-13Meta-internal folly integration with F14FastMap (#9546)Peter Dillinger
2021-12-16New stable, fixed-length cache keys (#9126)Peter Dillinger
2021-10-18Experimental support for SST unique IDs (#8990)Peter Dillinger
2021-08-30Built-in support for generating unique IDs, bug fix (#8708)Peter Dillinger
2021-08-20Upgrade xxhash, add Hash128 (#8634)Peter Dillinger
2020-11-10Use NPHash64 in more places (#7632)Peter Dillinger
2020-10-23Add Encode/DecodeFixedGeneric, coding_lean.h (#7587)Peter Dillinger
2020-09-28Genericize and clean up FastRange (#7436)Peter Dillinger
2020-09-03New bit manipulation functions and 128-bit value library (#7338)Peter Dillinger
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-10-31Add new persistent 64-bit hash (#5984)Peter Dillinger
2019-10-24Misc hashing updates / upgrades (#5909)Peter Dillinger
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-09-09upgrade gtest 1.7.0 => 1.8.1 for json result writingWilfried Goesgens
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2017-07-15Change RocksDB LicenseSiying Dong
2017-07-10Fix undefined behavior in HashGiuseppe Ottaviano