Sorry, but that is the most retarded thing I have heard in a long time.:grin:Quote:
Originally Posted by The Rifleman
Besides the kernel there are a bunch of DLL's that are required for running and O/S. There is word that some guys have managed to run an absolutely minimal version of Vista in 25M or so.
Absolutely NOT! There are radical improvements in Win95. However from 95 to Vista the only radical change is the interface... oh and the resources required...Quote:
Originally Posted by The Rifleman
Well put! Absolutely I'm not advocating going back to those days. But look for example at Office97 vs Office2007... virtually nothing has changed apart from the layout of buttons. They all do virtually the same. Yet try to load Office2007 on a P233/64M:eek:Quote:
Originally Posted by slgrieb
However I *do* have a Spectrum Sinclair-compatible that can run CP/M in working condition... and I can at any time run ws or multiplan... just in case ;)
A lot of software is inefficient because 2 main factors:Quote:
Originally Posted by slgrieb
1. The tendency of programmers to break everything into (too) small classes and objects - resulting in way too many instantiating calls (though it makes it easier to program, I have to admit it)
2. Compilers generate bigger and bigger code
Nobody writes in assembly these days (well apart from some maniacs...). But there is no excuse for code compiled with a new compiler (VS2005) to run some 30 times slower than when compiled with a 10+ years compiler (Borland C++ 3). Yes, 30x slower... doing *exactly the same*.
