Benchmarks target in Makefile

Posted on May 25, 2019. Filed under: Uncategorized | Tags: , , , , , , |

Benchmarks target in Makefile I would like to add a target for running benchmarks on my code to the Makefile produced by ExtUtils::MakeMaker I already have a benhmarks.pl file which does everything and prints a report. I would like to have it executed whenever I do: make benchmarks . And only then because it is […]

Read Full Post | Make a Comment ( Comments Off on Benchmarks target in Makefile )

Camel vs. Gopher [Perl vs Go]

Posted on December 9, 2018. Filed under: Uncategorized | Tags: , , , , , , |

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

Posted on May 30, 2016. Filed under: Uncategorized | Tags: , , , , , |

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 )

Liked it here?
Why not try sites on the blogroll...