Hi hackers,
Now we build the heap by using tuplesort_heap_insert(), which has a sift-up every call.
To make it more efficient, I want to add tuplesort_heap_insert_unordered() and tuplesort_heap_build()
just like binaryheap_add_unordered() and binaryheap_build().
Thoughts?
--
Regards,
ChangAo Chen