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.
Abseil Team
384a25d5e1
Improve analysis of the number of extra `==` operations, which was overly complicated, slightly incorrect.
...
The old analysis viewed it as birthday attack, which asks how often
there are multiple values in the probe same probe sequence with the
same H2. In their own words, this analysis "breaks down" at around `n
= 12`.
Instead we can answer a simpler question, which is, if a probe
sequence examines `k` objects that are not what we are looking for,
what's the number of calls `==`? The expectation is simply `k/128`.
PiperOrigin-RevId: 446518063
Change-Id: Ie879bd4f6c97979822bc9d550b9e2503b1418c78
3 years ago
..
algorithm
Export of internal Abseil changes
3 years ago
base
raw_logging: Rename LogPrefixHook to reflect the other half of it's job (filtering by severity).
3 years ago
cleanup
Export of internal Abseil changes
3 years ago
container
Improve analysis of the number of extra `==` operations, which was overly complicated, slightly incorrect.
3 years ago
copts
Export of internal Abseil changes
3 years ago
debugging
Export of internal Abseil changes
3 years ago
flags
Export of internal Abseil changes
3 years ago
functional
Rename function_ref_benchmark.cc into more generic function_type_benchmark.cc, add missing includes
3 years ago
hash
Export of internal Abseil changes
3 years ago
memory
Don't construct/destroy object twice
3 years ago
meta
Remove bazelbuild/rules_cc dependency ( #1038 )
3 years ago
numeric
Exclude unsupported x64 intrinsics from ARM64EC ( #1135 )
3 years ago
profiling
Export of internal Abseil changes
3 years ago
random
Fix build with uclibc-ng ( #1145 )
3 years ago
status
Fix a typo in a comment.
3 years ago
strings
Export of internal Abseil changes
3 years ago
synchronization
Fix typo: "a the condition" -> "a condition".
3 years ago
time
Automated visibility attribute cleanup.
3 years ago
types
Export of internal Abseil changes
3 years ago
utility
Remove bazelbuild/rules_cc dependency ( #1038 )
3 years ago
BUILD.bazel
Export of internal Abseil changes
3 years ago
CMakeLists.txt
Export of internal Abseil changes
4 years ago
abseil.podspec.gen.py
Export of internal Abseil changes
4 years ago