R
rbowman
Guest
On 04/17/2022 01:00 PM, Commander Kinsey wrote:
I looked at Java back in the late \'90s. It wasn\'t too bad but as it grew
performance went into the toilet. The answer was \'you need a newer,
faster machine.\'
Over twenty years of hardware improvements and Java apps still suck.
I bought an Osborne 1 in \'81. It was a CP/M machine and came with 2
single side, single density 5 1/4\" floppy drives for a massive 90 KB
each. I later sent it back for the DD upgrade. Some how 90KB was enough
to hold Wordstar, SuperCalc, or the BDS C compiler executables which
happily ran in 64KB of RAM.
Somehow Turbo Pascal managed to compile so fast that at first I thought
it was broken compared to BDS.
On Sun, 17 Apr 2022 19:55:20 +0100, rbowman <bowman@montana.com> wrote:
On 04/17/2022 09:46 AM, Commander Kinsey wrote:
On Sun, 17 Apr 2022 16:08:45 +0100, Scott Lurndal <scott@slp53.sl.home
wrote:
rbowman <bowman@montana.com> writes:
On 04/16/2022 05:20 PM, Jasen Betts wrote:
Apple\'s processor is an ARM so it\'s going to be more efficient than
intels X86
When comparing RISC to CISC you have to be careful to specify what
area
you\'re comparing for efficiency. Power consumption has been where RISC
has shone. It took a while for compilers to catch up to create
optimized
code. Code size is necessarily greater, hence more RAM.
Come now, risc processors have been used for three decades now,
the compiler guys are really really good at generating quality code
for all of them.
No modern programmer is good at anything, especially tight coding. Give
them a computer from the 80s and they\'d have trouble writing a
calculator program to fit into 64KB.
One product I worked on was a handheld pH / ion concentration meter that
used an 8049.
https://en.wikipedia.org/wiki/Intel_MCS-48
I did the pH meter and another programmer did the ion concentration.
Reading the electrode value from the A/D and driving the user interface
was the same for both products but the math was sufficiently different
that 2K wasn\'t enough to do both.
There was also a benchtop meter/auto-titrator that used a Z-80. 64K was
a real luxury.
In reply to Scott Lurndal, yeah the compiler guys have gotten really
good after 3 decades...
I have a mouse driver that\'s 130MB. WTF? That\'s over 3 times the size
of the hard disk on a PC I had in 1991. What does the mouse driver do?
Watch for left and right and a few button presses? In 1991 I think it
was 30KB. 4000 times less efficient programming, we\'ve really come far.
I looked at Java back in the late \'90s. It wasn\'t too bad but as it grew
performance went into the toilet. The answer was \'you need a newer,
faster machine.\'
Over twenty years of hardware improvements and Java apps still suck.
I bought an Osborne 1 in \'81. It was a CP/M machine and came with 2
single side, single density 5 1/4\" floppy drives for a massive 90 KB
each. I later sent it back for the DD upgrade. Some how 90KB was enough
to hold Wordstar, SuperCalc, or the BDS C compiler executables which
happily ran in 64KB of RAM.
Somehow Turbo Pascal managed to compile so fast that at first I thought
it was broken compared to BDS.