decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
383 stars 119 forks source link

1298: Swap least and most compare fns #1332

Closed edmondsoun closed 2 months ago

edmondsoun commented 2 months ago

Resolves #1298

Swapped the compare functions associated with LEAST_MATCHED and MOST_MATCHED. Ordering appears correct now, this is from my local version with the change:

image

This should also address the same pattern I was noticing when implementing a frontend sort for #1249. I can put a PR in for that as soon as this is resolved!