Skip to content

Optimized VPClus and VSPClus

Sebastien Ponce requested to merge sponce_VPClusOpt into master

by moving the first one to sort from stable_sort and by changing the comparison function to split between even and odd cases. On VPClus, this is a 20% speed improvement altogether. Probably much less on VSPClus as it was already using sort

Merge request reports