Using Uninitialized Memory for Fun and Profit
Explores a clever programming technique using uninitialized memory for efficient sparse set operations, turning linear-time tasks into constant-time.
Explores a clever programming technique using uninitialized memory for efficient sparse set operations, turning linear-time tasks into constant-time.
Explains how to use JavaScript branching to create efficient conditional functions, avoiding repeated browser capability checks.
A guide to improving ASP.NET application performance by removing unnecessary HTTP modules from the pipeline via Web.config.
Explains a PHP performance tweak: using array_flip() and isset() instead of in_array() for faster lookups in large arrays.
Tips for improving the performance of web applications built with the Apache Cocoon framework.