I wonder how fast we'd do
Atila Neves
atila.neves at gmail.com
Tue May 28 09:49:26 UTC 2019
On Tuesday, 28 May 2019 at 04:38:32 UTC, Andrei Alexandrescu
wrote:
> https://jackmott.github.io/programming/2016/07/22/making-obvious-fast.html
By using a D driver to call extern C implementations, I get 27ms
for everything here:
https://github.com/atilaneves/blog-obvious
Much to my surprise, C, C++, D and Rust all had the same
performance as each other, independently of whether C++, D and
Rust used ranges/algorithm/streams or plain loops. All done with
-O2, all LLVM.
More information about the Digitalmars-d
mailing list