501
I Use This!
Very High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 10 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
forceinline trivial functions More... 4 days ago
Fix segmented generate_n bug More... 4 days ago
Add test for every position to non-mutating algorithms More... 4 days ago
Fix "compose" operation to always return a valid upper iterator More... 4 days ago
Fix "compose" in segmented_iterator_traits, the returned deque iterator must be always valid. More... 5 days ago
Cosmetic changes to simplify function reading More... 5 days ago
Add missing header More... 5 days ago
Fix bug: iterator category was not properly passed in the recursive segmented calls. More... 5 days ago
Add BOOST_CONTAINER_ENABLE_SEGMENTED_LOOP_UNROLLING / BOOST_CONTAINER_DISABLE_SEGMENTED_LOOP_UNROLLING options to easier test unrolling. More... 5 days ago
Unroll segmented_copy, segmented_copy_if, segmented_copy_n More... 5 days ago
Add median calculation to benchmark More... 5 days ago
Simplify (using repetitions) unrollings so that the compiler find them easier to parallelize. More... 5 days ago
Unroll segmented_transform More... 5 days ago
Use generic category for fallback implementations More... 5 days ago
Unrolled segmented_reverse_copy More... 5 days ago
Unroll segmented_reverse More... 5 days ago
Cosmetic indenting More... 5 days ago
Unrolled segmented_replace_if More... 5 days ago
Unrolled segmented_remove_copy More... 5 days ago
unroll segmented partition_copy More... 5 days ago
Unroll segmented_is_sorted_until More... 5 days ago
Remove unneeded iterator increment for the "case 1" switch case More... 5 days ago
Modified benchmark to take the original container as const reference and for those mutating algorithms, copy construct a copy for each iteration. More... 5 days ago
Unrolled segmented_partition More... 5 days ago
Fixed unrolling bug in segmented_count_if More... 5 days ago
Unroll segmented_generate More... 5 days ago
Fix unrolling bug in segmented_for_each More... 5 days ago
Unroll segmented mismatch More... 5 days ago
Comment todo to improve merge in the future More... 5 days ago
Fix generate_n bug More... 5 days ago