attractivechaos / plb

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

Go: a few changes #5

Closed dchest closed 13 years ago

dchest commented 13 years ago

dict_v1.go: ~28% faster. patmch_v1: cleanup

Read commit descriptions for details.

Side note: unfortunately, dict_v1 doesn't only measure the efficiency of associative arrays, but the efficiency of i/o operations as well.

attractivechaos commented 13 years ago

Thank you very much. The result page has been updated.