aboutsummaryrefslogtreecommitdiff
path: root/absl/container/internal/raw_hash_set_benchmark.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in BM_EraseIf.Vitaly Goldshteyn2024-04-021-2/+6
* Add `BM_EraseIf` benchmark.Vitaly Goldshteyn2024-03-251-0/+60
* Create `BM_GroupPortable_Match`.Vitaly Goldshteyn2024-03-031-0/+13
* Introduce `Group::MaskNonFull` without usage.Abseil Team2024-02-151-0/+22
* Type erased hash_slot_fn that depends only on key types (and hash function).Abseil Team2024-01-311-0/+11
* Added benchmarks for smaller size copy constructors.Abseil Team2024-01-181-3/+4
* Create and destroy tables outside of the timer and in batch in Reserve benchm...Abseil Team2023-12-201-12/+26
* Add the `BM_EraseEmplace` benchmark that constantly adds and removes the same...Abseil Team2023-12-181-0/+18
* Fix typoAbseil Team2023-06-291-1/+1
* Add CodegenAbslRawHashSetStringFindNeEnd function, which is useful because th...Evan Brown2023-01-201-0/+8
* Reduce flat_hash_{set,map} generated code size.Abseil Team2022-11-281-0/+18
* Add sparse and string copy constructor benchmarks for hash table.Abseil Team2022-09-201-5/+43
* Add more options for `BM_iteration` in order to see better picture for choosi...Abseil Team2022-09-141-1/+16
* Change `EndComparison` benchmark to not measure iteration. Also added `BM_Ite...Abseil Team2022-09-131-10/+32
* Optimize SwissMap for ARM by 3-8% for all operationsAbseil Team2022-06-061-7/+7
* Export of internal Abseil changesAbseil Team2021-12-131-4/+16
* Export of internal Abseil changesAbseil Team2021-07-281-7/+18
* Export of internal Abseil changesAbseil Team2021-06-241-0/+24
* Export of internal Abseil changesAbseil Team2020-12-071-0/+396