Welcome, Guest. Please login or register.

Author Topic: What happened the Poseidon author?  (Read 14134 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ChrisH

  • Jr. Member
  • **
  • Join Date: Jun 2007
  • Posts: 92
  • Country: 00
    • Show all replies
    • http://cshandley.co.uk/email
Re: What happened the Poseidon author?
« on: November 02, 2007, 09:14:40 PM »
@PAB who said
Quote
Quote
> Just try using IBrowse for 4 days.
This is not, what I consider "real life", sorry...

Ummm, I doubt that it was meant as a "real life" test, but rather as a simple test method.

In "real life" you will be starting & stopping lots of programs, and pretty soon memory will become fragmented and slow.  If you only run one program, then TLSFmem (and multi-tasking) are not for you.


BTW, I can guarantee you that fast memory allocators *will* make massive speed differences to programs that allocate lots of (small) memory blocks.  Case in point:  My FolderSync program (very old version on the Aminet) ran *70* faster when I replaced the standard memory allocation routines with my own fast memory system.

Why did it run 70 times faster?  Because it was highly optimised (at scanning & comparing folders), runs without user intervention (to slow it down), and allocates several memory blocks for every file/folder it sees.  The upshot of which is that OS3's appallingly antiquated memory system consumed 99% of the processing time!
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue.
 

Offline ChrisH

  • Jr. Member
  • **
  • Join Date: Jun 2007
  • Posts: 92
  • Country: 00
    • Show all replies
    • http://cshandley.co.uk/email
Re: What happened the Poseidon author?
« Reply #1 on: November 04, 2007, 10:54:49 PM »
It's probably just as likely to be some adware/spyware doing it's thing, given how badly infected the majority of Windows computers are...  (I forget the figure but something ridiculous like 1/3 or 1/2 of all PCs are infected by something.)
Author of the PortablE programming language.
It is pitch black. You are likely to be eaten by a grue.