openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
STXXL
Settings
|
Report Duplicate
15
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 9 of 126
Search / Filter on:
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.
Timo Bingmann
More...
almost 10 years ago
Templatifying round_up_to_power_of_two() with if (sizeof()).
Timo Bingmann
More...
almost 10 years ago
Fixing doxygen comments.
Timo Bingmann
More...
almost 10 years ago
Enhancing bench_multiway_merge.cpp to run both sequential and parallel multiway_merge.
Timo Bingmann
More...
almost 10 years ago
Adding const& to some template iterators.
Timo Bingmann
More...
almost 10 years ago
Further simplifying parallel_multiway_merge_exact_splitting(), no need for copying.
Timo Bingmann
More...
almost 10 years ago
Massively simplifying parallel_multiway_merge(): using iterator chunks instead of pieces.
Timo Bingmann
More...
almost 10 years ago
Extracting splitting methods from multiway_merge().
Timo Bingmann
More...
almost 10 years ago
Refactoring typedefs to more readable names.
Timo Bingmann
More...
almost 10 years ago
Changing to prefix ++ and --.
Timo Bingmann
More...
almost 10 years ago
Simplifying multiseq_selection(), better variable names and less of them.
Timo Bingmann
More...
almost 10 years ago
Fixing uninitialized source field in losertree.
Timo Bingmann
More...
almost 10 years ago
Adding new utility function stxxl::round_up_to_power_of_two().
Timo Bingmann
More...
almost 10 years ago
Improving LoserTreeCopy and sequential merge with LIKELY/UNLIKELY.
Timo Bingmann
More...
almost 10 years ago
Greatly improved bench_multiway_merge.cpp for testing parallel and sequential multiway_merge().
Timo Bingmann
More...
almost 10 years ago
Switching LoserTreeCopy/Pointer, was the wrong way around.
Timo Bingmann
More...
almost 10 years ago
Renaming MCSTL_ defines to STXXL_PARALLEL_ and similar.
Timo Bingmann
More...
almost 10 years ago
Creating STXXL_DEBUG_ASSERTIONS=1 and STXXL_DEBUG_ASSERT() define for more costly assertions (like sortedness checks).
Timo Bingmann
More...
almost 10 years ago
Replacing uses of multiway_merge() with stxxl::parallel::multiway_merge().
Timo Bingmann
More...
almost 10 years ago
Fixing bugs in multiway_merge(): problems with empty sequences and with just one valid input.
Timo Bingmann
More...
almost 10 years ago
Making Sentinels a multiway_merge() template parameter, but there are issues left with the unguarded loser tree.
Timo Bingmann
More...
almost 10 years ago
Refactoring LoserTree implementations, specializing stable functions, enable MCSTL_ASSERTIONS.
Timo Bingmann
More...
almost 10 years ago
Reformatting STXXL_CHECK_EQUAL.
Timo Bingmann
More...
almost 10 years ago
Making stable a template parameter for multiway_merge(sort).
Timo Bingmann
More...
almost 10 years ago
Removing slow "LoserTreeExplicit" implementation.
Timo Bingmann
More...
almost 10 years ago
We have 2015 now, and adding multiway_merge as automated tests.
Timo Bingmann
More...
almost 10 years ago
Creating bench_multiway_merge benchmark application to compare multiway_merge()s.
Timo Bingmann
More...
almost 10 years ago
Minor fixes to multiseq_selection and multiway_merge.
Timo Bingmann
More...
almost 10 years ago
Fixing warnings in multi-sequence selection, by using diff_type.
Timo Bingmann
More...
almost 10 years ago
scoped_print_timer: enable constant access to enclosed timer.
Timo Bingmann
More...
almost 10 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
125
126
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree