attractivechaos / plb

Programming language benchmarks
http://attractivechaos.github.com/plb/
272 stars 57 forks source link

Add Julia benchmark for sudoku_v1 #30

Closed quinnj closed 11 years ago

quinnj commented 11 years ago

This is a Julia implementation of the sudoku_v1 benchmark. The Julia language has a homepage here and it's github source code (with information about installing/compiling) is here. Timing this implementation on my personal machine consistently returned results of 15s for 10,000 sudokus (same benchmark as the main table of the blog post). Unfortunately, compiling/installing Julia on Linux is nontrivial currently, but Windows and Mac have pre-compiled binaries. Feel free to message me personally with any questions or concerns.

-Jacob