Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼



site Search Results

Results for: Andrew Koenig

Sort by: Relevance | Date

The Dr. Dobb's Developer Library DVD Order the NEW Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features 21 years of Dr. Dobb's Journal, 15 years of Sys Admin magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr. Dobb's Digest, podcasts, videos and more! Order Now.

Divide and Conquer -- If You're Patient Enough

Dr. Dobb's JournalAndrew Koenig
February 09, 2012

Optimization is not always a synonym for "making a program run faster." - C/C++

An Extreme Example of Space Optimization

Dr. Dobb's JournalAndrew Koenig
February 01, 2012

This week, I want to talk about sacrificing time to gain space. - C/C++

An Extreme Example of Architectural Optimization

Dr. Dobb's JournalAndrew Koenig
January 25, 2012

Choosing the right data structure turned out to make more of a difference in execution time than removing a horrendous inefficiency in a runtime library. - C/C++

Optimization and Context

Dr. Dobb's JournalAndrew Koenig
January 18, 2012

Programmers who think about how — and whether — to try to optimize a piece of code should keep in mind the context of both the code and the optimization. - C/C++

Optimization: Calling By Value Or By Reference To Const?

Dr. Dobb's JournalAndrew Koenig
January 11, 2012

Here's another reason for thinking carefully about optimizations rather than making them automatically. - C/C++

Destructors Considered Harmful

Dr. Dobb's JournalAndrew Koenig
January 08, 2012

Allocating dynamic resources may seem hazardous — but freeing them is the real hazard. - C/C++

Two Different Kinds of Optimization

Dr. Dobb's JournalAndrew Koenig
January 05, 2012

Experience with SPITBOL suggests that there are at least two fundamentally different kinds of optimization, and that the advice to defer optimization applies only to one of those kinds. - C/C++

More Dirty Tricks in SPITBOL

Dr. Dobb's JournalAndrew Koenig
December 21, 2011

This post continues the discussion about dirty tricks in the SPITBOL compiler. - C/C++

Misusing Floating-Point Arithmetic for Fun and Profit

Dr. Dobb's JournalAndrew Koenig
December 14, 2011

One more circumstance in which a programming technique that looks truly awful at first glance turns out to be the best way to solve its particular problem. - C/C++

Some Programs Are Poorly Designed On Purpose

Dr. Dobb's JournalAndrew Koenig
December 07, 2011

SPITBOL was carefully and thoroughly documented — but that documentation revealed programming techniques that to this day make me cringe. - C/C++

Previous 11 12 13 14 15 16 17 18 19 20 Next