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
*
Make mutable CompressedTuple::get() constexpr.
Abseil Team
2024-07-01
2
-9
/
+45
*
Static cast instead of reinterpret cast raw hash set slots as casting from vo...
Abseil Team
2024-07-01
1
-21
/
+13
*
Add assertions to detect reentrance in `IterateOverFullSlots` and `absl::eras...
Vitaly Goldshteyn
2024-06-27
2
-3
/
+132
*
Remove NOLINT for `#include <new>` for __cpp_lib_launder
Vitaly Goldshteyn
2024-06-21
1
-1
/
+1
*
Remove not used after all kAllowRemoveReentrance parameter from IterateOverFu...
Vitaly Goldshteyn
2024-06-20
2
-56
/
+13
*
Create `absl::container_internal::c_for_each_fast` for SwissTable.
Vitaly Goldshteyn
2024-06-20
12
-4
/
+417
*
Document that swisstable and b-tree containers are not exception-safe.
Evan Brown
2024-06-20
6
-0
/
+13
*
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-06-17
2
-4
/
+4
*
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-06-12
5
-6
/
+12
*
Disallow reentrance removal in `absl::erase_if`.
Vitaly Goldshteyn
2024-06-11
2
-29
/
+4
*
Use `IterateOverFullSlots` in `absl::erase_if` for hash table.
Vitaly Goldshteyn
2024-06-10
4
-106
/
+292
*
Add validation that hash/eq functors are consistent, meaning that `eq(k1, k2)...
Evan Brown
2024-06-06
5
-0
/
+123
*
Remove redundant check of is_soo() while prefetching heap blocks.
Abseil Team
2024-06-05
1
-1
/
+1
*
Remove redundant check of is_soo() while prefetching heap blocks.
Abseil Team
2024-06-04
1
-1
/
+1
*
Remove redundant check of is_soo() while prefetching heap blocks.
Abseil Team
2024-06-04
1
-1
/
+1
*
Clarify function comment for `erase` by stating that this idiom only works fo...
Abseil Team
2024-06-03
1
-1
/
+1
*
Optimize GrowIntoSingleGroupShuffleControlBytes.
Connal de Souza
2024-05-28
1
-50
/
+100
*
Rework casting in raw_hash_set's IsFull().
Paul Rigge
2024-05-22
1
-1
/
+6
*
Move `prepare_insert` out of the line as type erased `PrepareInsertNonSoo`.
Vitaly Goldshteyn
2024-05-20
4
-161
/
+295
*
Add public aliases for default hash/eq types in hash-based containers
Dennis Kormalev
2024-04-24
7
-28
/
+92
*
[absl] Re-use the existing `std::type_identity` backfill instead of redefinin...
Lawrence Wolf-Sonkin
2024-04-18
3
-11
/
+4
*
Fix bug in BM_EraseIf.
Vitaly Goldshteyn
2024-04-02
1
-2
/
+6
*
Roll forward: enable small object optimization in swisstable.
Evan Brown
2024-03-28
1
-2
/
+2
*
Optimize InsertMiss for tables without kDeleted slots.
Vitaly Goldshteyn
2024-03-27
1
-32
/
+72
*
Use GrowthInfo without applying any optimizations based on it.
Vitaly Goldshteyn
2024-03-27
3
-25
/
+52
*
Disable small object optimization while debugging some failing tests.
Evan Brown
2024-03-27
1
-2
/
+2
*
Introduce GrowthInfo with tests, but without usage.
Vitaly Goldshteyn
2024-03-26
2
-0
/
+154
*
Enable small object optimization in swisstable.
Evan Brown
2024-03-26
1
-2
/
+2
*
Refactor the GCC unintialized memory warning suppression in raw_hash_set.h.
Evan Brown
2024-03-26
1
-36
/
+52
*
Respect `NDEBUG_SANITIZER`
Abseil Team
2024-03-26
2
-6
/
+8
*
Add `BM_EraseIf` benchmark.
Vitaly Goldshteyn
2024-03-25
2
-0
/
+61
*
Record sizeof(key_type), sizeof(value_type) in hashtable profiles.
Chris Kennelly
2024-03-25
5
-23
/
+117
*
Fix ClangTidy warnings in btree.h.
Evan Brown
2024-03-25
3
-6
/
+5
*
Use Layout::WithStaticSizes in btree.
Evan Brown
2024-03-21
1
-21
/
+14
*
`layout`: Delete outdated comments about ElementType alias not being used bec...
Dino Radakovic
2024-03-21
1
-6
/
+0
*
`layout_benchmark`: Replace leftover comment with intended call to MyAlign
Dino Radakovic
2024-03-20
1
-2
/
+1
*
Do hashtablez sampling on the first insertion into an empty SOO hashtable.
Evan Brown
2024-03-19
7
-92
/
+348
*
Add template keyword to example comment for Layout::WithStaticSizes.
Evan Brown
2024-03-18
1
-2
/
+2
*
Fix a typo in a comment.
Evan Brown
2024-03-18
1
-2
/
+2
*
Add a feature to container_internal::Layout that lets you specify some array ...
Abseil Team
2024-03-18
3
-66
/
+753
*
`layout`: Mark parameter of Slices with ABSL_ATTRIBUTE_UNUSED, remove old wor...
Dino Radakovic
2024-03-15
1
-4
/
+5
*
`layout`: Use auto return type for functions that explicitly instantiate std:...
Dino Radakovic
2024-03-15
1
-6
/
+2
*
Roll back extern template instatiations in swisstable due to binary size incr...
Evan Brown
2024-03-13
11
-341
/
+7
*
Test that rehash(0) reduces capacity to minimum.
Vitaly Goldshteyn
2024-03-13
1
-1
/
+6
*
Add extern templates for common swisstable types.
Evan Brown
2024-03-12
11
-7
/
+341
*
Make swisstable SOO support GDB pretty printing and still compile in OSS.
Evan Brown
2024-03-12
1
-8
/
+3
*
Move GCC uninitialized memory warning suppression into MaybeInitializedPtr.
Evan Brown
2024-03-11
1
-16
/
+21
*
Replace usages of absl::move, absl::forward, and absl::exchange with their
Derek Mauro
2024-03-11
4
-15
/
+15
*
Avoid MSan: use-of-uninitialized-value error in find_non_soo.
Evan Brown
2024-03-07
1
-2
/
+1
*
Add ABSL_ATTRIBUTE_UNUSED to variables used in an ABSL_ASSUME.
Evan Brown
2024-03-06
1
-2
/
+2
[next]