logoalt Hacker News

Vaslotoday at 12:21 AM1 replyview on HN

So in the D vs Zig vs Rust vs C fight - learn d if speed is your thing?


Replies

Ygg2today at 2:40 AM

That only applies in an apples-to-apples comparison, i.e., same data structures, same algorithm, etc. You can't compare sorting in C and Python, but use bubble sort in C and radix sort in Python.

In here there are different data structures being used.

> D[HO] and Julia [HO] footnote: Uses specialized datastructures meant for demonstration purposes: more ↩ ↩2