1 min read 0 Free Software General Gist of the Day Hacking Perl Gist of the Day: Analyzing Performance with Benchmark.pm manchicken 2013-09-06 In my post on Inline::C a few days ago I mentioned The Rules of Optimization Club, and then I ranted a little…
1 min read 0 Free Software General Gist of the Day Gist of the Day: Some convenience macros for use with Perl C internals manchicken 2013-09-05 I feel awful. Like, really awful. The baby is sick, my partner is sick, I am sick. You still want…
1 min read 0 Free Software Gist of the Day Hacking Gist of the Day: Inline::C in Perl manchicken 2013-09-04 I like Perl and I like C (most of the time), and sometimes I like to mix the two. The…
1 min read 0 Free Software Gist of the Day Hacking Gist of the Day: Simple Threading in Perl manchicken 2013-08-26 So today’s gist is a simple example of how to do two different things with two separate threads. Threading in…