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 stxxl::print_stacktrace() to output the current call stack anywhere in the program. 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. More... almost 10 years ago
Removing all use of postfix ++/-- operators in multiway_merge(). More... almost 10 years ago
Temporarily disable -Wconversion on travis. More... almost 10 years ago
Renaming a few variables "a" into "ea". More... almost 10 years ago
Use argument-dependent lookup for swap() instead of std::swap() in swap_vector. More... almost 10 years ago
Make begin/end in PPQ internal/external_arrays const functions. More... almost 10 years ago
bench_multiway_merge: make step factor available as command line parameter. More... almost 10 years ago
Improving upper_bound calculations by reusing the iterators from previous runs. 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. More... almost 10 years ago
calculate_merge_sequences() returns the index of the limiting external_array More... almost 10 years ago
Moving min_max and sequences vector calculation into a separate method. More... almost 10 years ago
Allow n==0 in external_array::remove() More... almost 10 years ago
Improving min_max_value calculation in refill_extract_buffer() -> less refills; and reactivating c_limit_extract_buffer. More... almost 10 years ago
Enable OpenMP nested parallelism in PPQ: fixes the multiway_merge() bug. More... almost 10 years ago
Bug in ppq_iterator::operator [] the index is _relative_ to the iterator index. More... almost 10 years ago
Fixing item counting in ppq::refill_extract_buffer(). More... almost 10 years ago
Adding extensive ppq_iterator test to test_ppq_arrays_and_iterator.cpp. More... almost 10 years ago
Parameterize run_multiway_merge() in test_ppq_arrays_and_iterator for more external arrays. More... almost 10 years ago
Using const block_pointers_type* in ppq_iterator instead of a reference. More... almost 10 years ago
Removing hack for __gnu_parallel::multiway_merge compatibility. More... almost 10 years ago
Simplifying is_sorted.h: removing is_sorted_helper()s. More... almost 10 years ago
Enable STXXL_DEBUG_ASSERTIONS for ppq tests. More... almost 10 years ago
Effect of STXXL_DEBUG_ASSERTIONS=0/1 was exactly the wrong way around. More... almost 10 years ago
Merge branch 'new_external_array' More... almost 10 years ago
Uncrustify ppq. More... almost 10 years ago
Remerging separate ppq header files. More... almost 10 years ago
Fixing stxxl_tool benchmark_disks with size = 0, and preinitialize block_manager. More... almost 10 years ago
More generic round_up_to_power_of_two and fixing warnings. More... almost 10 years ago
Fixing up compilation, removing C++11 features: template default parameters. More... almost 10 years ago