←back to thread

170 points judicious | 1 comments | | HN request time: 0.202s | source
1. mshockwave ◴[] No.45406511[source]
The article is easy to follow but I think the author missed the e point: branchless programming (a subset of the more known constant time programming) is almost exclusively used in cryptography only nowadays. As shown by the benchmarks in the article, modern branch predictors can easily achieve over 95% if not 99% precision since like a decade ago