=head1 This Week on perl5-porters - 25-31 August 2008 "I must admit that I find Perl's Unicode support completely baffling. I've read the documentation multiple times, and while I can now predict when it won't work, I still have no idea how to get it to do what I want. It's kind of frustrating; I don't know if I'm just dim, or if I'm missing some magic bit of documentation, or if the support is just really confusing." -- Russ Allbery, shooting fish in a barrel. =head1 Topics of Interest =head2 Profiling parallel tests On the 17th of August, Nicholas Clark kicked off a thread about applying Test::Harness's version 3 goodness to the task of running the core test suite, which offers a satisfying halving of the time taken. One thing that surprised him was how much CPU the harness itself used: if that could be reduced, things would go even faster. Andy Armstrong thought that O(N²) algorithms might be extracting their dues from large numbers of test files. Over the following couple of days, Aristotle Pagaltzis pondered various strategies for rewriting the hot spots. Steve Hay was dismayed to discover that no parallelism was available on the Windows platform, since the technique requires being able perform a C