RECENT ENTRIES
There are two competing implementations of Google's protocol buffers in Perl. Neither one is currently being actively developed. Of the two the best is the perlxs implementation. The pure perl implementation is terribly slow with all but the smallest of protocol buffer messages. Neither is hard to use. I should point out that there is actually a third protocol buffer implementation. The difference with this last one is that it is not related, in any way, to the Google C++ implementation, and it is still somewhat lacking in features. It also is not in active development.
So someone says that Devel::NYTProf has poor Google juice. So, for what it's worth, I use Devel::NYTProf for profiling perl code and I cannot recommend it highly enough. It is lightyears better than any other Perl profiler I have used. For more, see this or this.
And what do you know? Devel::NYTProf version 3 has been released (and it looks really cool!).
OTHER SITES