Archive for May 2016
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 )Travis-CI and Perl
Travis-CI and Perl If you’re interested in using Travis-CI for your Perl projects, here’s a few pointers that you should not miss: Update: This talk has been uploaded to youtube.
Read Full Post | Make a Comment ( Comments Off on Travis-CI and Perl )VERSION section in POD
VERSION section in POD I use to include a VERSION section in the main module of the distributions uploaded to CPAN, but this comes at the risk of forgetting to update the number.
Read Full Post | Make a Comment ( Comments Off on VERSION section in POD )Fast tr/// using FFI::TinyCC, FFI::Platypus and Alien::TinyCC
Re^2: Remove double bracket and singe quotes
Read Full Post | Make a Comment ( Comments Off on Fast tr/// using FFI::TinyCC, FFI::Platypus and Alien::TinyCC )