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 warning when ea_writer re-read a block from EM. More... almost 10 years ago
Fixing prefetch pool resizing. More... almost 10 years ago
No longer assuming first block of each EA is loaded -> count first unhinted block. More... almost 10 years ago
Fixing ppq::hint() function. More... almost 10 years ago
Uncrustify. More... almost 10 years ago
Using minimum of next block for prefetching and hinting instead of maximum. More... almost 10 years ago
Fixing bulk_pop_limit(). More... almost 10 years ago
Update m_minima in flush_insertion_heaps_with_limit(). More... almost 10 years ago
Creating external_array::int_memory() to count internal EA memory. More... almost 10 years ago
PPQ: perfecting memory management for internal arrays. More... almost 10 years ago
PPQ: adding prefetch and write pool blocks to memory counting. More... almost 10 years ago
Flushing only a single heap in push(). More... almost 10 years ago
Adding flush_insertion_heaps_with_limit(). Using this in limit_begin() and bulk_pop_limit(). More... almost 10 years ago
Modifying test_ppq to use bulk_pop_limit(). More... almost 10 years ago
Adding bulk_pop_limit() interface. More... almost 10 years ago
Making separate methods for cleanup_arrays() and request_further_block() More... almost 10 years ago
Fixing add_as_internal_array() for heaps which aren't completely filled. More... almost 10 years ago
PPQ: adding bulk-limit interface and a test in test_ppq. More... almost 10 years ago
ppq: various variable and function renames. More... almost 10 years ago
Fixing convert_eb_into_ia(): the extract buffer might contain used items. More... almost 10 years ago
New ppq function flush_until_memory_free() to free up internal memory. More... almost 10 years ago
Combining internal_array adding into functions. More... almost 10 years ago
Renaming ValueType -> value_type most of the places. More... almost 10 years ago
ppq::top() now returns a const value_type& instead of a copy. More... almost 10 years ago
Fixing int_memory() in external_array class. get_current_block_index() was confusing. More... almost 10 years ago
ppq::pop() returns void now, just like std::priority_queue(). More... almost 10 years ago
Have each thread allocate it's ProcessorData in local NUMA memory. More... almost 10 years ago
Disable PPQ's check_invariants() in Release mode (with NDEBUG). More... almost 10 years ago
Creating external_array_type::prepare_write_pool() for common write pool calculation. More... almost 10 years ago
PPQ: combine EA's read_write_pools into one central pool in PPQ. More... almost 10 years ago