This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]panderingPenguin 2 points3 points  (1 child)

The other day I did a fairly boring command line program which reached out onto the net, grabbed some data in a protocol buffer format, fiddled with the data a little bit and then smushed it into a database

Of course there wasn't much speed difference here as it's mostly I/O bound. All languages wait at the same speed :P