Hacker News new | ask | show | jobs
by jtxx000 3786 days ago
On my Macbook Pro, the rust version seems consistently faster (20% or so) than the c++ version compiled with clang.
1 comments

As a followup, if I use __builtin_expect as recommended by the article, the situation reverses, with c++ being significantly faster.