The Benchmark with Go REST API Server

I give a presentation about lightweight REST API Server by Go, and performance compalison with Go, Perl and Ruby at GoCon 2013 autumn. Here is the slides. And there is the result slide. Go + memcached plugin + messagepack = Fastest!! except direct query and direct memcached (innodb) Go has good per…