|
|
|
|
|
by TontonNestor
1482 days ago
|
|
djbsort uses a sorting network, not a quicksort.
It is also designed to be in constant time, which is not the case with the linked blog post.
So the restrictions are different. This is not my field, so I can't judge the relevance of this, but the author cites the state of the art.
It just seems that djbsort is not the state of the art and therefore does not need to be cited. I still don't understand the hype around Bernstein, he is quite relevant in cryptography/cryptography implementations but not everything he does is gold. |
|