Abseil Common Libraries (C++) (grcp 依赖) https://abseil.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Abseil Team 1b976982d8 Stop unnecessary clearing of fields in ~raw_hash_set. 2 years ago
..
internal Stop unnecessary clearing of fields in ~raw_hash_set. 2 years ago
BUILD.bazel Implement btree_iterator::operator-, which is faster than std::distance for btree iterators. 2 years ago
CMakeLists.txt Implement btree_iterator::operator-, which is faster than std::distance for btree iterators. 2 years ago
btree_benchmark.cc Implement btree_iterator::operator-, which is faster than std::distance for btree iterators. 2 years ago
btree_map.h Add a warning about extract invalidating iterators (not just the iterator of the element being extracted). 2 years ago
btree_set.h Add a warning about extract invalidating iterators (not just the iterator of the element being extracted). 2 years ago
btree_test.cc Improve error messages when comparing btree iterators. 2 years ago
btree_test.h Export of internal Abseil changes 5 years ago
fixed_array.h Workaround for ASAN stack safety analysis problem with FixedArray container annotations. 2 years ago
fixed_array_benchmark.cc Convert algorithm and container benchmarks to cc_binary 2 years ago
fixed_array_exception_safety_test.cc Export of internal Abseil changes 4 years ago
fixed_array_test.cc Export of internal Abseil changes 4 years ago
flat_hash_map.h Undo documentation change on erase. 2 years ago
flat_hash_map_test.cc Export of internal Abseil changes 3 years ago
flat_hash_set.h Add common_policy_traits - a subset of hash_policy_traits that can be shared between raw_hash_set and btree. 2 years ago
flat_hash_set_test.cc Export of internal Abseil changes 3 years ago
inlined_vector.h Auto increase inlined capacity whenever it does not affect class' size. 2 years ago
inlined_vector_benchmark.cc Convert algorithm and container benchmarks to cc_binary 2 years ago
inlined_vector_exception_safety_test.cc Export of internal Abseil changes 5 years ago
inlined_vector_test.cc Auto increase inlined capacity whenever it does not affect class' size. 2 years ago
node_hash_map.h Fixed typo in `try_emplace` comment. 3 years ago
node_hash_map_test.cc Export of internal Abseil changes 3 years ago
node_hash_set.h Export of internal Abseil changes 3 years ago
node_hash_set_test.cc Export of internal Abseil changes 3 years ago
sample_element_size_test.cc Export of internal Abseil changes 3 years ago