Performance of Rust and Dart in Sudoku Solving
attractivechaos.wordpress.com
Performance of Rust and Dart in Sudoku Solving
1–10 of 72 posts
Re: Performance of Rust and Dart in Sudoku Solving
#2Re: Performance of Rust and Dart in Sudoku Solving
#3Re: Performance of Rust and Dart in Sudoku Solving
#4Update the Go example to use 1.1 :D
That GCC is six years old.[1] Go, Rust, Dart and V8 didn't even exist when it was released. Maybe update that if anything?
Re: Performance of Rust and Dart in Sudoku Solving
#5I'm really excited by Rust because it seems to be one of the most sensible language designs I've seen in a while. Go is nice but has some pretty odd syntax in places. I'm just waiting on Rust to hit 1.0 before I start playing with it more seriously.
Re: Performance of Rust and Dart in Sudoku Solving
#6Update the Go example to use 1.1 :D
Y'know, That GCC is six years old.[1] Go, Rust, Dart and V8 didn't even exist when it was released. Maybe update that if anything? [1] http://gcc.gnu.org/releases.html
A colleague/friend who is developing neural network software recently switched from gcc 4.2.1 to 4.5 (which is still old) and got a 50% speed increase without touching any code.
Re: Performance of Rust and Dart in Sudoku Solving
#7Re: Performance of Rust and Dart in Sudoku Solving
#8Update the Go example to use 1.1 :D
And I'd like to see CPython 3.3 in addition to PyPy.
But it's quite interesting as is. Thanks.
Re: Performance of Rust and Dart in Sudoku Solving
#9Re: Performance of Rust and Dart in Sudoku Solving
#10T(go tip) / T(go 1.0.3) = 0.8
Thus one might expect go to take third place after clang and gcc. But keep in mind that e.g. java isn't the newest version either...