Amir Gonnen 477c1c3a4e py/qstr: Optimize hash sort.
In case cmp == 0 there could be a hash collision. To save program size
Instead of checking for hash collisions, simply revert to linear search
which also compares strings.
2022-07-02 23:40:22 +03:00
..
2022-07-02 23:40:22 +03:00
2022-06-17 12:57:59 +10:00
2022-07-02 23:40:22 +03:00
2022-07-02 23:38:13 +03:00
2019-11-21 12:04:53 +11:00