NSBlog
"A failure in the hot air department"
Showing entries tagged "casestudy". Full blog index.
Algorithmic Optimizations: a Case Study
at 2007-11-26 01:08
Those who know me from a programming standpoint know that I am a big opponent of needless optimization. But sometimes optimization is necessary, and when that comes I'm a big proponent of examining algorithms over twiddling low-level code. I recently had a good opportunity to perform algorithmic optimizations in a somewhat unconventional scenario, and this post will describe what I did.