"Magic" algorithms / Low-level optimizations

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

"Magic" algorithms / Low-level optimizations

Post by MarauderIIC »

aggregate.org/MAGIC is highly recommended reading (from my professor's supercomputer group).
There are lots of people and places that create and collect algorithms of all types. Unfortunately, in building systems hardware and software, we in The Aggregate often have found it necessary to do relatively obscure low-level things very efficiently. Many of the tricks we've devised or collected either require assembly language coding or are not entirely portable when coded in HLLs like C, but these techniques are still valuable because they can yield significant performance improvements over the more obvious ways of doing things.
Index of Algorithms
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: "Magic" algorithms / Low-level optimizations

Post by eatcomics »

Damn nice! ;)
Image
Post Reply