index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
container
Commit message (
Expand
)
Author
Age
*
Introduce GrowthInfo with tests, but without usage.
Vitaly Goldshteyn
2024-03-26
*
Enable small object optimization in swisstable.
Evan Brown
2024-03-26
*
Refactor the GCC unintialized memory warning suppression in raw_hash_set.h.
Evan Brown
2024-03-26
*
Respect `NDEBUG_SANITIZER`
Abseil Team
2024-03-26
*
Add `BM_EraseIf` benchmark.
Vitaly Goldshteyn
2024-03-25
*
Record sizeof(key_type), sizeof(value_type) in hashtable profiles.
Chris Kennelly
2024-03-25
*
Fix ClangTidy warnings in btree.h.
Evan Brown
2024-03-25
*
Use Layout::WithStaticSizes in btree.
Evan Brown
2024-03-21
*
`layout`: Delete outdated comments about ElementType alias not being used bec...
Dino Radakovic
2024-03-21
*
`layout_benchmark`: Replace leftover comment with intended call to MyAlign
Dino Radakovic
2024-03-20
*
Do hashtablez sampling on the first insertion into an empty SOO hashtable.
Evan Brown
2024-03-19
*
Add template keyword to example comment for Layout::WithStaticSizes.
Evan Brown
2024-03-18
*
Fix a typo in a comment.
Evan Brown
2024-03-18
*
Add a feature to container_internal::Layout that lets you specify some array ...
Abseil Team
2024-03-18
*
`layout`: Mark parameter of Slices with ABSL_ATTRIBUTE_UNUSED, remove old wor...
Dino Radakovic
2024-03-15
*
`layout`: Use auto return type for functions that explicitly instantiate std:...
Dino Radakovic
2024-03-15
*
Roll back extern template instatiations in swisstable due to binary size incr...
Evan Brown
2024-03-13
*
Test that rehash(0) reduces capacity to minimum.
Vitaly Goldshteyn
2024-03-13
*
Add extern templates for common swisstable types.
Evan Brown
2024-03-12
*
Make swisstable SOO support GDB pretty printing and still compile in OSS.
Evan Brown
2024-03-12
*
Move GCC uninitialized memory warning suppression into MaybeInitializedPtr.
Evan Brown
2024-03-11
*
Replace usages of absl::move, absl::forward, and absl::exchange with their
Derek Mauro
2024-03-11
*
Avoid MSan: use-of-uninitialized-value error in find_non_soo.
Evan Brown
2024-03-07
*
Add ABSL_ATTRIBUTE_UNUSED to variables used in an ABSL_ASSUME.
Evan Brown
2024-03-06
*
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
*
PR #1632: inlined_vector: Use trivial relocation for `erase`
Arthur O'Dwyer
2024-03-03
*
Create `BM_GroupPortable_Match`.
Vitaly Goldshteyn
2024-03-03
*
Rework casting in raw_hash_set's `IsFull()`.
Paul Rigge
2024-02-28
*
Add braces for conditional statements in raw_hash_map functions.
Evan Brown
2024-02-23
*
Optimize `prepare_insert`, when resize happens. It removes single unnecessary...
Vitaly Goldshteyn
2024-02-22
*
Change find_or_prepare_insert to return std::pair<iterator, bool> to match re...
Evan Brown
2024-02-21
*
PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements`
Arthur O'Dwyer
2024-02-21
*
Improve raw_hash_set tests.
Abseil Team
2024-02-21
*
Use const_cast to avoid duplicating the implementation of raw_hash_set::find(...
Evan Brown
2024-02-20
*
Introduce `Group::MaskNonFull` without usage.
Abseil Team
2024-02-15
*
Make `begin()` to return `end()` on empty tables.
Abseil Team
2024-02-08
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
*
Avoid hash computation and `Group::Match` in small tables copy and use `Itera...
Abseil Team
2024-02-07
*
Add absl_container_hash-based HashEq specialization
Dennis Kormalev
2024-02-07
*
Enable StringLikeTest in hash_function_defaults_test
Dennis Kormalev
2024-02-05
*
Optimize raw_hash_set destructor.
Abseil Team
2024-02-01
*
Type erased hash_slot_fn that depends only on key types (and hash function).
Abseil Team
2024-01-31
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
*
Avoid extra `& msbs` on every iteration over the mask for GroupPortableImpl.
Abseil Team
2024-01-31
*
Early return from destroy_slots for trivially destructible types in flat_hash...
Abseil Team
2024-01-30
*
Avoid export of testonly target absl::test_allocator in CMake builds
Derek Mauro
2024-01-30
*
Introduce `RawHashSetLayout` helper class.
Abseil Team
2024-01-29
*
Use absl::NoDestructor for global HashtablezSampler.
Abseil Team
2024-01-24
*
Remove code pieces for no longer supported GCC versions.
Abseil Team
2024-01-22
[next]