mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] min_heap: Min heap optimizations
@ 2023-12-20  8:32 Kuan-Wei Chiu
  2023-12-20  8:32 ` [PATCH 1/2] min_heap: Optimize number of calls to min_heapify() Kuan-Wei Chiu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kuan-Wei Chiu @ 2023-12-20  8:32 UTC (permalink / raw)
  To: akpm; +Cc: irogers, linux-kernel, Kuan-Wei Chiu

Hello,

The purpose of this patch series is to enhance the existing min heap
implementation. The optimization focuses on both the heap construction
process and the number of comparisons made during the heapify
operation.

Kuan-Wei Chiu (2):
  min_heap: Optimize number of calls to min_heapify()
  min_heap: Optimize number of comparisons in min_heapify()

 include/linux/min_heap.h | 44 +++++++++++++++++++++-------------------
 1 file changed, 23 insertions(+), 21 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-03 20:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20  8:32 [PATCH 0/2] min_heap: Min heap optimizations Kuan-Wei Chiu
2023-12-20  8:32 ` [PATCH 1/2] min_heap: Optimize number of calls to min_heapify() Kuan-Wei Chiu
2023-12-20  8:32 ` [PATCH 2/2] min_heap: Optimize number of comparisons in min_heapify() Kuan-Wei Chiu
2024-01-03 17:56 ` [PATCH 0/2] min_heap: Min heap optimizations Ian Rogers
2024-01-03 20:08   ` Kuan-Wei Chiu
2024-01-03 20:21     ` Ian Rogers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®