2012 Jolt Award Winners for Third-Party Libraries
, February 21, 2012 2012 Jolt Award Winners for Third-Party Libraries
2012 Jolt Award Winners for Third-Party Libraries
A programming language would be a paltry thing, a "tattered cloak upon a stick," were it not for the libraries that are bundled with it. The vast functionality of C++, Java, and C# result directly from the libraries they rely on. However, these standard libraries evolve slowly and the gap between them and what developers need right now is necessarily filled by offerings from third parties. In this cycle of the Jolt Awards, the judges evaluated the major third-party libraries and came up with four particularly meritorious products. The top one, per the voting, receives the Jolt Award; the next two receive the Jolt Productivity Award; and the last finalist receives an honorable mention.
The judges in this category were: Mike Riley, David Dossot, Jonathan Harley, Gary Evans, Robert del Rossi, Rick Wayne, and Andrew Binstock. Before we get to the winners, Dr. Dobb's would like to thank our Jolt sponsors: Rackspace (for providing virtual machines for testing), and Safari Online (for providing access to numerous helpful books and resources).
To the envelopes, then...
| To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. | |
Best of the Web
What the New iPad and iOS 5.1 Mean for Developers
The new display is gorgeous. But local storage for HMTL5 is currently broken on the new iPad and performance of some apps is slower. Here's a deep dive into the issues, including benchmarks and analysis.
Triple Buffering as A Concurrency Mechanism
Triple Buffering is a way of passing data between a producer and a consumer running at different rates. It ensures that the consumer sees only complete data with minimal lag.
Embedding GDB Breakpoints in C Source Code
Have you ever wanted to embed GDB breakpoints in C source code? Something like this:
printf("Hello,\n");
EMBED_BREAKPOINT;
printf("world!\n");
Writing Kernel Exploits
Why attack the kernel? Because it has a huge attack surface with potential for very interesting bugs. This presentation (pdf) takes a code-level dive into recently reported Linux-kernel exploits.


