Mitchell J. O'Sullivan
Results
2
issues of
Mitchell J. O'Sullivan
This PR fixes the open/save dialog functionality for the latest version of the Blink package. Even after fixing the undefined variables, differences in the security model of newer versions of...
The original implementation of the partial sorting algorithm was very basic: an initial `avx512_qselect` pass followed by `avx512_qsort`. This works, but unfortunately it can cause unnecessary comparisons and movement of...