Descriptionshootout: make mandelbrot.go more like mandelbrot.c
Surprise! The C code is using floating point values for its counters.
Its off the critical path, but the Go code and C code are supposed to
be as similar as possible to make comparisons meaningful.
It doesn't have a significant effect.
Patch Set 1 #Patch Set 2 : diff -r 4ec6d34af4e5 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 4ec6d34af4e5 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 700728feacc8 https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|