pyth-network / pyth-client

Client API for on-chain pyth programs
https://pyth.network
Apache License 2.0
169 stars 102 forks source link

revert: bring merge-sort back #406

Closed ali-bahjati closed 4 months ago

ali-bahjati commented 4 months ago

Reverts pyth-network/pyth-client#405

Apparently the numbers that I was computing for heapsort were not correct and were for the closed quick-select algorithm. It seems that the heapsort compute unit exceeds the previous implementation.