Andrew Davis

Results 3 issues of Andrew Davis

link still mostly works, you just get a banner at the top that says "branch not found, redirected to default branch." basically they moved from master to main as the...

The way timsort is written isn't actually timsort, it's just merge sort but replacing the smallest merges with selection sort. It should be looking for "runs" of already sorted elements...

It would be nice to have an alternative gamut clipping method like described in https://bottosson.github.io/posts/gamutclipping/ Clamping often gives unintended results. I'd be happy to try implementing this and sending in...