Camel vs. Gopher [Perl vs Go]
Camel vs. Gopher I’ve been using Perl for several years mostly for small to medium sized programs of sysadmim type (automation, gluing, data transformation, log searching). Recently I started to learn Go. I wanted to write something in both languages and compare. Features a Perl XS solution that demonstrates the use of a hash in […]
Read Full Post | Make a Comment ( Comments Off on Camel vs. Gopher [Perl vs Go] )Python 101: An Intro to Benchmarking your code
Python 101: An Intro to Benchmarking your code What does it mean to benchmark ones code? The main idea behind benchmarking or profiling is to figure out how fast your code executes and where the bottlenecks are. The main reason to do this sort of thing is for optimization. You will run into situations where […]
Read Full Post | Make a Comment ( Comments Off on Python 101: An Intro to Benchmarking your code )