Ruby Quiz wrote:
> [...] 
> 
> 	$ time ruby ip_to_country.rb 68.97.89.187
> 	US
> 	
> 	real    0m0.314s
> 	user    0m0.259s
> 	sys     0m0.053s

Is an 'initialisation run' allowed to massage the data?
(we should at least split the benchmarks to keep it fair)

Is it motivating or a spoiler to post timings?

cheers

Simon