top | item 46329390

(no title)

xnacly | 2 months ago

the rust example is so far off being useful and file io seems completly dumb in this context

discuss

order

pizlonator|2 months ago

Real programs have to do IO and the C and C++ code runs faster while also doing IO.

What do you think they could have done better assuming that the IO is a necessary part of the benchmark?

Also good job to the Rust devs for making the benchmark so much faster in nightly. I wonder what they did.

Aurornis|2 months ago

The file I/O is probably irrelevant, but the startup time is not.

The differences among the really fast languages are probably in different startup times if I had to guess.