Board index » delphi » Memory management - semi-spam

Memory management - semi-spam


2006-07-04 05:41:59 PM
delphi213
Found this site and thought it may be interesting for some people:
www.memorymanagement.org
I did post it here due to memory manager challenges ... hope not to get shot
for it ;)
Kind regards,
Cristian Nicola
 
 

Re:Memory management - semi-spam

Hi
Quote
I did post it here due to memory manager challenges ... hope not to get
shot
for it ;)
Not by me :-)
Are they aware of Delphi, FastMM4 and Fastcode?
Best regards
Dennis Kjaer Christensen
 

Re:Memory management - semi-spam

It seems there are some references to pascal - to be totally honest i have
hardly read anything :D
Found it and added it to the bookmarks for a day with nothing to do.. but
then i thought the memory manager guys may find something interesting
there..
Cristian Nicola
"Dennis" <XXXX@XXXXX.COM>writes
Quote
Not by me :-)

Are they aware of Delphi, FastMM4 and Fastcode?

Best regards
Dennis Kjaer Christensen


 

Re:Memory management - semi-spam

Quote
Found this site and thought it may be interesting for some people:
Was discussed back in the days of the challenge, to sum things up, the
overall impression was:
- good site for finding about names of techniques and algorithms
- no so good for finding out what is fast, what isn't, or what
uses more/less memory
Second point being mostly because the comments on the algorithms aren't
so much about the performance of the algorithms themselves, but about
the performance of the implementations the authors encountered.
This isn't specific to that site, but the whole memory management
literature isn't very reliable when it comes to performance: many of the
hyped techniques and sample implementations ended up not being
impressive at all when actually trying them.
Eric