This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Go Google Go! A language on full throttle
Feed Title: JavaWorld
Feed URL: http://www.javaworld.com/index.rss
Feed Description: JavaWorld.com: Fueling Innovation
Google's C-like language recently celebrated its fourth birthday and its 1.2 release, so it's likely its strong showing in the most recent round of benchmarks is a product of the latest revisions to the language and its compiler. Go showed its strongest hand in the JSON serialization test, racking up the best peak performance and the lowest latency scores, and it came in high on the single-query, multiple-query, and data-updates tests. It didn't do as well in the plaintext and "fortunes" tests, however.
The high performance with JSON serialization summons a possible theory: Perhaps Go is being performance-tuned for the same set of workloads most directly associated with frameworks like Node.js.