index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
container
/
internal
/
raw_hash_set.cc
Commit message (
Expand
)
Author
Age
*
Implement small object optimization in swisstable - disabled for now.
Evan Brown
2024-03-06
*
Extract `InsertPosition` function to be able to reuse it.
Vitaly Goldshteyn
2024-03-04
*
Type erased hash_slot_fn that depends only on key types (and hash function).
Abseil Team
2024-01-31
*
Refactor `EraseMetaOnly` to speed up single group tables.
Abseil Team
2023-12-19
*
Small table growth optimization.
Abseil Team
2023-12-07
*
Add sanitizer mode validation for use of references to swisstables elements t...
Evan Brown
2023-11-01
*
Store infoz on the heap instead of inline and store it only when we are sampl...
Evan Brown
2023-08-04
*
Refactor raw_hash_set deallocation to pass CommonFields instead of passing th...
Evan Brown
2023-07-27
*
Rename CommonFields::slots_ptr to slot_array to match the name of the corresp...
Evan Brown
2023-07-19
*
Move growth_left to the backing array.
Evan Brown
2023-07-17
*
roll forward: Make data members of CommonFields be private so that it's easie...
Evan Brown
2023-06-30
*
rollback: Make data members of CommonFields be private so that it's easier to...
Evan Brown
2023-06-30
*
Make data members of CommonFields be private so that it's easier to change ho...
Evan Brown
2023-06-30
*
Convert `raw_hash_set` comments from imperative to indicative mood.
Bradley C. Kuszmaul
2023-05-31
*
Use multiple empty generations so that we can detect when iterators from diff...
Evan Brown
2023-03-02
*
Workaround MSan false positive.
Abseil Team
2023-02-10
*
Rollforward: in sanitizer mode, detect when references become invalidated by ...
Evan Brown
2023-02-01
*
Rollback in sanitizer mode, detect when references become invalidated by rand...
Abseil Team
2023-01-31
*
In sanitizer mode, detect when references become invalidated by randomly reha...
Evan Brown
2023-01-30
*
In sanitizer mode, add generations to swisstable iterators and backing arrays...
Evan Brown
2022-12-19
*
Fix some ClangTidy warnings in raw_hash_set code.
Evan Brown
2022-12-08
*
Change CommonFields from a private base class of raw_hash_set to be the first...
Evan Brown
2022-12-08
*
Reduce flat_hash_{set,map} generated code size.
Abseil Team
2022-11-28
*
Fix C++17 constexpr storage deprecation warnings
Derek Mauro
2022-06-09
*
Export of internal Abseil changes
Abseil Team
2022-03-21
*
Export of internal Abseil changes
Abseil Team
2021-08-19
*
Export of internal Abseil changes
Abseil Team
2021-08-11
*
Export of internal Abseil changes
Abseil Team
2021-08-10
*
Export of internal Abseil changes
Abseil Team
2021-07-28
*
Export of internal Abseil changes
Abseil Team
2021-06-22
*
Export of internal Abseil changes
Abseil Team
2021-06-18
*
Export of internal Abseil changes
Abseil Team
2020-11-16
*
Export of internal Abseil changes
Abseil Team
2020-10-13
*
Export of internal Abseil changes
Abseil Team
2019-12-12
*
Changed HTTP URLs to HTTPS where possible (#270)
nik7273
2019-03-08
*
Export of internal Abseil changes.
Abseil Team
2018-12-04
*
Export of internal Abseil changes.
Abseil Team
2018-09-27