15
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding a is_heap() function, since it is only available in >= C++11. More... almost 10 years ago
Templatifying round_up_to_power_of_two() with if (sizeof()). More... almost 10 years ago
Fixing doxygen comments. More... almost 10 years ago
Enhancing bench_multiway_merge.cpp to run both sequential and parallel multiway_merge. More... almost 10 years ago
Adding const& to some template iterators. More... almost 10 years ago
Further simplifying parallel_multiway_merge_exact_splitting(), no need for copying. More... almost 10 years ago
Massively simplifying parallel_multiway_merge(): using iterator chunks instead of pieces. More... almost 10 years ago
Extracting splitting methods from multiway_merge(). More... almost 10 years ago
Refactoring typedefs to more readable names. More... almost 10 years ago
Changing to prefix ++ and --. More... almost 10 years ago
Simplifying multiseq_selection(), better variable names and less of them. More... almost 10 years ago
Fixing uninitialized source field in losertree. More... almost 10 years ago
Adding new utility function stxxl::round_up_to_power_of_two(). More... almost 10 years ago
Improving LoserTreeCopy and sequential merge with LIKELY/UNLIKELY. More... almost 10 years ago
Greatly improved bench_multiway_merge.cpp for testing parallel and sequential multiway_merge(). More... almost 10 years ago
Switching LoserTreeCopy/Pointer, was the wrong way around. More... almost 10 years ago
Renaming MCSTL_ defines to STXXL_PARALLEL_ and similar. More... almost 10 years ago
Creating STXXL_DEBUG_ASSERTIONS=1 and STXXL_DEBUG_ASSERT() define for more costly assertions (like sortedness checks). More... almost 10 years ago
Replacing uses of multiway_merge() with stxxl::parallel::multiway_merge(). More... almost 10 years ago
Fixing bugs in multiway_merge(): problems with empty sequences and with just one valid input. More... almost 10 years ago
Making Sentinels a multiway_merge() template parameter, but there are issues left with the unguarded loser tree. More... almost 10 years ago
Refactoring LoserTree implementations, specializing stable functions, enable MCSTL_ASSERTIONS. More... almost 10 years ago
Reformatting STXXL_CHECK_EQUAL. More... almost 10 years ago
Making stable a template parameter for multiway_merge(sort). More... almost 10 years ago
Removing slow "LoserTreeExplicit" implementation. More... almost 10 years ago
We have 2015 now, and adding multiway_merge as automated tests. More... almost 10 years ago
Creating bench_multiway_merge benchmark application to compare multiway_merge()s. More... almost 10 years ago
Minor fixes to multiseq_selection and multiway_merge. More... almost 10 years ago
Fixing warnings in multi-sequence selection, by using diff_type. More... almost 10 years ago
scoped_print_timer: enable constant access to enclosed timer. More... almost 10 years ago