Jim --

On 12/20/2017 11:19 PM, Jim Record wrote:
Has it been considered to replace the use of shell.f90 (a shellsort) that fully sorts before finding the kth element? The quickselect algorithm is much faster as it does only a partial partitioning of the data to find the kth element.

Jim Record
/AD0YO/

In released code we do a thorough test for all program bottlenecks: areas of code contributing significantly to total execution time. Routine shell.f90 is not even close to being a bottleneck.

        -- Joe, K1JT

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to