index
:
abseil.git
hurd
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
container
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Create `BM_GroupPortable_Match`.
Vitaly Goldshteyn
2024-03-03
1
-0
/
+13
*
Rework casting in raw_hash_set's `IsFull()`.
Paul Rigge
2024-02-28
1
-1
/
+3
*
Add braces for conditional statements in raw_hash_map functions.
Evan Brown
2024-02-23
1
-3
/
+5
*
Optimize `prepare_insert`, when resize happens. It removes single unnecessary...
Vitaly Goldshteyn
2024-02-22
1
-11
/
+13
*
Change find_or_prepare_insert to return std::pair<iterator, bool> to match re...
Evan Brown
2024-02-21
2
-22
/
+21
*
PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements`
Arthur O'Dwyer
2024-02-21
2
-17
/
+47
*
Improve raw_hash_set tests.
Abseil Team
2024-02-21
1
-14
/
+29
*
Use const_cast to avoid duplicating the implementation of raw_hash_set::find(...
Evan Brown
2024-02-20
1
-2
/
+1
*
Introduce `Group::MaskNonFull` without usage.
Abseil Team
2024-02-15
3
-0
/
+68
*
Make `begin()` to return `end()` on empty tables.
Abseil Team
2024-02-08
1
-5
/
+6
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
1
-9
/
+10
*
Avoid hash computation and `Group::Match` in small tables copy and use `Itera...
Abseil Team
2024-02-07
2
-22
/
+102
*
Add absl_container_hash-based HashEq specialization
Dennis Kormalev
2024-02-07
8
-6
/
+270
*
Enable StringLikeTest in hash_function_defaults_test
Dennis Kormalev
2024-02-05
1
-6
/
+4
*
Optimize raw_hash_set destructor.
Abseil Team
2024-02-01
2
-18
/
+87
*
Type erased hash_slot_fn that depends only on key types (and hash function).
Abseil Team
2024-01-31
16
-16
/
+214
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
1
-20
/
+20
*
Avoid extra `& msbs` on every iteration over the mask for GroupPortableImpl.
Abseil Team
2024-01-31
2
-24
/
+79
*
Early return from destroy_slots for trivially destructible types in flat_hash...
Abseil Team
2024-01-30
11
-27
/
+122
*
Avoid export of testonly target absl::test_allocator in CMake builds
Derek Mauro
2024-01-30
1
-0
/
+1
*
Introduce `RawHashSetLayout` helper class.
Abseil Team
2024-01-29
1
-41
/
+63
*
Use absl::NoDestructor for global HashtablezSampler.
Abseil Team
2024-01-24
3
-1
/
+4
*
Remove code pieces for no longer supported GCC versions.
Abseil Team
2024-01-22
2
-4
/
+1
*
Added benchmarks for smaller size copy constructors.
Abseil Team
2024-01-18
1
-3
/
+4
*
Speed up `raw_hash_map::[]` with ABSL hardening enabled by unchecking derefer...
Abseil Team
2024-01-12
2
-3
/
+16
*
Enable ABSL_BTREE_ENABLE_GENERATIONS and ABSL_SWISSTABLE_ENABLE_GENERATIONS w...
Abseil Team
2024-01-11
4
-10
/
+14
*
Speed up `raw_hash_set::contains()` when ABSL hardening is enabled by removin...
Abseil Team
2024-01-03
1
-1
/
+15
*
Migrate static objects to NoDestructor in tests, testing libraries and benchm...
Abseil Team
2023-12-26
5
-13
/
+24
*
Unify btree EmptyNode allocation code across compilers.
Abseil Team
2023-12-20
1
-23
/
+9
*
Create and destroy tables outside of the timer and in batch in Reserve benchm...
Abseil Team
2023-12-20
1
-12
/
+26
*
Add a pragma to disable a maybe-uninitialized warning for GCC12+
Abseil Team
2023-12-19
3
-1
/
+14
*
Refactor `EraseMetaOnly` to speed up single group tables.
Abseil Team
2023-12-19
3
-15
/
+42
*
Add the `BM_EraseEmplace` benchmark that constantly adds and removes the same...
Abseil Team
2023-12-18
1
-0
/
+18
*
Unit-tests to verify ABSL raw_hash_set does not double-hash in prod
Abseil Team
2023-12-12
3
-0
/
+75
*
Add `MaskFull` to `Group`.
Abseil Team
2023-12-12
2
-12
/
+59
*
Small table growth optimization.
Abseil Team
2023-12-07
3
-101
/
+532
*
`btree_map`: avoid a copy in `map_params::key`.
Abseil Team
2023-11-28
1
-1
/
+3
*
Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects.
Abseil Team
2023-11-20
6
-16
/
+84
*
Partial roll forward of reentrant validation with the validation itself disab...
Evan Brown
2023-11-13
2
-22
/
+27
*
Roll back due to leak sanitizer reports.
Aaron Jacobs
2023-11-08
5
-113
/
+22
*
Add control()/slot() functions to iterator/const_iterator.
Evan Brown
2023-11-07
1
-15
/
+19
*
Update comments to make it explicit that moving a flat_hash_{set,map} can cau...
Evan Brown
2023-11-02
2
-2
/
+2
*
Add sanitizer mode validation for use of references to swisstables elements t...
Evan Brown
2023-11-01
4
-39
/
+74
*
Roll forward: Add sanitizer mode checks that element constructors/destructors...
Evan Brown
2023-10-30
5
-22
/
+113
*
Rollback: Add sanitizer mode checks that element constructors/destructors don...
Evan Brown
2023-10-17
5
-113
/
+22
*
Add sanitizer mode checks that element constructors/destructors don't make re...
Evan Brown
2023-10-16
5
-22
/
+113
*
Add iterator invalidation checking for when the hashtable is moved.
Evan Brown
2023-10-16
3
-15
/
+45
*
Add missing headers in raw_hash_map.h.
Evan Brown
2023-10-12
3
-0
/
+6
*
The current implementation of control by checking on x86 has an unnecessary s...
Abseil Team
2023-10-12
1
-11
/
+15
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
1
-0
/
+1
[prev]
[next]