top | item 25403032 (no title) BuzzwordBingo | 5 years ago Looks like a for loop iterating over each pixel one row at a time.What makes this fast? discuss order hn newest viraptor|5 years ago It's fastest because others are slower. It doesn't necessarily mean it's fast :) time0ut|5 years ago It does at least parallelize the work across available cores. arendtio|5 years ago This is the line that makes the difference:https://github.com/n7olkachev/imgdiff/blob/master/pkg/imgdif... srgpqt|5 years ago Dunning-Kruger syndrome, probably.
viraptor|5 years ago It's fastest because others are slower. It doesn't necessarily mean it's fast :)
time0ut|5 years ago It does at least parallelize the work across available cores. arendtio|5 years ago This is the line that makes the difference:https://github.com/n7olkachev/imgdiff/blob/master/pkg/imgdif...
arendtio|5 years ago This is the line that makes the difference:https://github.com/n7olkachev/imgdiff/blob/master/pkg/imgdif...
viraptor|5 years ago
time0ut|5 years ago
arendtio|5 years ago
https://github.com/n7olkachev/imgdiff/blob/master/pkg/imgdif...
srgpqt|5 years ago