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 8 of 126
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adding stxxl::print_stacktrace() to output the current call stack anywhere in the program.
Timo Bingmann
More...
almost 10 years ago
Creating ppq_ea_iterator for EM output of multiway_merge(), currently just pipes through to external_array. Measured that only p "active" iterator are used by multiway_merge.
Timo Bingmann
More...
almost 10 years ago
Removing all use of postfix ++/-- operators in multiway_merge().
Timo Bingmann
More...
almost 10 years ago
Temporarily disable -Wconversion on travis.
Timo Bingmann
More...
almost 10 years ago
Renaming a few variables "a" into "ea".
Timo Bingmann
More...
almost 10 years ago
Use argument-dependent lookup for swap() instead of std::swap() in swap_vector.
Timo Bingmann
More...
almost 10 years ago
Make begin/end in PPQ internal/external_arrays const functions.
Timo Bingmann
More...
almost 10 years ago
bench_multiway_merge: make step factor available as command line parameter.
Timo Bingmann
More...
almost 10 years ago
Improving upper_bound calculations by reusing the iterators from previous runs.
Thomas Keh
More...
almost 10 years ago
refill_extract_buffer() can now be given a minimum size. This is already used in pop() and top() which results in much less refills.
Thomas Keh
More...
almost 10 years ago
calculate_merge_sequences() returns the index of the limiting external_array
Thomas Keh
More...
almost 10 years ago
Moving min_max and sequences vector calculation into a separate method.
Thomas Keh
More...
almost 10 years ago
Allow n==0 in external_array::remove()
Thomas Keh
More...
almost 10 years ago
Improving min_max_value calculation in refill_extract_buffer() -> less refills; and reactivating c_limit_extract_buffer.
Thomas Keh
More...
almost 10 years ago
Enable OpenMP nested parallelism in PPQ: fixes the multiway_merge() bug.
Timo Bingmann
More...
almost 10 years ago
Bug in ppq_iterator::operator [] the index is _relative_ to the iterator index.
Timo Bingmann
More...
almost 10 years ago
Fixing item counting in ppq::refill_extract_buffer().
Timo Bingmann
More...
almost 10 years ago
Adding extensive ppq_iterator test to test_ppq_arrays_and_iterator.cpp.
Timo Bingmann
More...
almost 10 years ago
Parameterize run_multiway_merge() in test_ppq_arrays_and_iterator for more external arrays.
Timo Bingmann
More...
almost 10 years ago
Using const block_pointers_type* in ppq_iterator instead of a reference.
Timo Bingmann
More...
almost 10 years ago
Removing hack for __gnu_parallel::multiway_merge compatibility.
Timo Bingmann
More...
almost 10 years ago
Simplifying is_sorted.h: removing is_sorted_helper()s.
Timo Bingmann
More...
almost 10 years ago
Enable STXXL_DEBUG_ASSERTIONS for ppq tests.
Timo Bingmann
More...
almost 10 years ago
Effect of STXXL_DEBUG_ASSERTIONS=0/1 was exactly the wrong way around.
Timo Bingmann
More...
almost 10 years ago
Merge branch 'new_external_array'
Timo Bingmann
More...
almost 10 years ago
Uncrustify ppq.
Timo Bingmann
More...
almost 10 years ago
Remerging separate ppq header files.
Timo Bingmann
More...
almost 10 years ago
Fixing stxxl_tool benchmark_disks with size = 0, and preinitialize block_manager.
Timo Bingmann
More...
almost 10 years ago
More generic round_up_to_power_of_two and fixing warnings.
Timo Bingmann
More...
almost 10 years ago
Fixing up compilation, removing C++11 features: template default parameters.
Timo Bingmann
More...
almost 10 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
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