Welcome, Guest. Please login or register.

Author Topic: Programming Like it was 1985!  (Read 3065 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1150
    • Show all replies
Re: Programming Like it was 1985!
« on: April 15, 2010, 06:00:42 PM »
Quote from: Super TWiT;553508
I guess what I was wondering how they wrote programs in c that took such low resources.
Thomas explained it quite well, but I want to add that you should also realize that many things don't need large quantities of cpu power. There are often multiple ways of doing things, and some of those ways are fast, while others are slow.
Quote from: Super TWiT;553508
It seems today that computers that are much faster are still slow.
Some programs, like certain text editors for example, are dead slow on even a Pentium 3 (Pspad), while text handling is nothing a 68030 can't handle at comfortable speeds, even with a few megabytes of text. It just depends on how well something has been implemented, and it seems that few people care about software speed these days :(

Computers get faster, software gets slower :furious: