Example of really good coding

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
Pretty damn impressive, and runs smoothly on my 7600GT at 1920 x 1200, which is not slouchy either.
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
Bloatware grows as the "perceived" need for efficiency decreases.

Memory becomes cheaper, CPUs faster and quality code loses out to marketing deadlines.
 

SunnyD

Belgian Waffler
Jan 2, 2001
32,675
146
106
www.neftastic.com
The thing is that especially in graphics the trend is more detail, in which people tend to add textures and such with are space hogs in general. Demos generally use procedural textures - and good algorithm design basically makes what would be 1MB worth of texture information about 10 bytes of code.

The other thing that the demo scene is good at is using only what is absolutely necessary to get by. No additional libraries, no fat code... just pure efficient code that has no extra's laying around that sit unused.
 

degibson

Golden Member
Mar 21, 2008
1,389
0
0
Static binary and/or source size is pretty meaningless -- the real feature is when the dynamic footprint is small.