spion / hashtable-latencies

Latency of a web service that stores a large hashtable, in multiple languages
43 stars 8 forks source link

Which version of Go did you use? #2

Closed ngrilly closed 8 years ago

spion commented 8 years ago

Its go1.6.2 darwin/amd64

choleraehyq commented 8 years ago

runtime.GOMAXPROCS(runtime.NumCPU()) was no longer needed since Go 1.5.

ngrilly commented 8 years ago

@spion Thanks.