BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Delphi survey in BASM group

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Non-Technical
View previous topic :: View next topic  
Author Message
Bruce McGee
Guest





PostPosted: Wed Jun 29, 2005 5:14 pm    Post subject: Delphi survey in BASM group Reply with quote



There's an unofficial Delphi survey in the BASM group to get a better
idea of the versions of Delphi people have/use.

If you're interested, please contribute to the thread titled "Survey:
Which Delphi do you use?".

--
Regards,
Bruce McGee
Glooscap Software
Back to top
Bruce McGee
Guest





PostPosted: Mon Jul 04, 2005 8:12 pm    Post subject: Re: Delphi survey in BASM group Reply with quote



Just over 50 people have replied so far and Avatar has posted a pretty
good summary of the results.

Please feel free to add your details. On top of being interesting,
it'll help the FastCode guys understand which versions are being used
most and should be supported.

--
Regards,
Bruce McGee
Glooscap Software
Back to top
Joe Hendricks
Guest





PostPosted: Mon Jul 04, 2005 9:16 pm    Post subject: Re: Delphi survey in BASM group Reply with quote



Quote:
Please feel free to add your details. On top of being interesting,
it'll help the FastCode guys understand which versions are being used
most and should be supported.
Bruce McGee

I filled out the survey, but..
Why would we be interested in FastCode ??

Many of us use NexusDB MM, which I think is
far superior ( www.nexusdb.com ). If Borland
decides to use a third party MM, I certainly hope
it is NexusDB MM, not FastCode.

JoeH



Back to top
Paul Dolen
Guest





PostPosted: Mon Jul 04, 2005 9:40 pm    Post subject: Re: Delphi survey in BASM group Reply with quote

Quote:
Many of us use NexusDB MM, which I think is
far superior ( www.nexusdb.com ). If Borland
decides to use a third party MM, I certainly hope
it is NexusDB MM, not FastCode.

I'm sure there must be some threads that compare them, and support
your position. I've looked in the basm group, but I didn't find such,
but I may not have looked far enough back. Can you point me the way?

Back to top
Ralf Mimoun
Guest





PostPosted: Mon Jul 04, 2005 9:49 pm    Post subject: Re: Delphi survey in BASM group Reply with quote

Joe Hendricks wrote:
....
Quote:
I filled out the survey, but..
Why would we be interested in FastCode ??

Just look at the performance they get, not only regarding MMs.

Quote:
Many of us use NexusDB MM, which I think is
far superior ( www.nexusdb.com ). If Borland
decides to use a third party MM, I certainly hope
it is NexusDB MM, not FastCode.

Oh my, I am sure that not one guy or girl (do they have some?) from NexusDB
would sign that :-)

Ralf



Back to top
Bruce McGee
Guest





PostPosted: Tue Jul 05, 2005 1:19 am    Post subject: Re: Delphi survey in BASM group Reply with quote

Joe Hendricks wrote:

Quote:
I filled out the survey, but..
Why would we be interested in FastCode ??

Many of us use NexusDB MM, which I think is
far superior ( www.nexusdb.com ). If Borland
decides to use a third party MM, I certainly hope
it is NexusDB MM, not FastCode.

JoeH

Thanks.

The FastCode project covers a lot, and the memory manager is just one
piece.

I don't know how it got started, but bunch of speed obsessed volunteers
make competing implementations of a given function looking for the
absolute fastest and most robust version possible. A lot of the
functions are suitable replacements for existing Delphi RTL functions
or would make good additions. You might be surprised how often some of
the low level routines get called in a typical Delphi application and
how much these new implementations will speed things up. Three
FastCode functions shipped in Delphi 2005, and there's a pretty good
chance that more will ship in DeXter. Or you could always replace them
yourself or look at the pre-rolled FastCode libraries. You don't even
have to live and breathe BASM to take advantage. Check it out:

http://dennishomepage.gugs-cats.dk/FastCodeProject.htm


As for a replacement memory manager, I don't really care if it's a
commercial or open implementation (well, I do, but that's another
conversation), as long as it's the fastest and most robust one
available. Nexus is even one of the competing entries.

http://dennishomepage.gugs-cats.dk/memoryManagerChallenge.htm

--
Regards,
Bruce McGee
Glooscap Software

Back to top
John Kaster (Borland)
Guest





PostPosted: Tue Jul 05, 2005 4:59 am    Post subject: Re: Delphi survey in BASM group Reply with quote

Bruce McGee wrote:

Quote:
The FastCode project covers a lot, and the memory manager is just one
piece.

Reminds me ... need to offer them a Delphi <x> Architect for the
Fastcoder of the year this year, too.

--
John Kaster http://blogs.borland.com/johnk
Features and bugs: http://qc.borland.com
Get source: http://cc.borland.com
If it's not here, it's not happening: http://ec.borland.com

Back to top
John O'Harrow
Guest





PostPosted: Tue Jul 05, 2005 6:44 am    Post subject: Re: Delphi survey in BASM group Reply with quote


"John Kaster (Borland)" <johnk (AT) borland (DOT) com> wrote

Quote:
Bruce McGee wrote:

The FastCode project covers a lot, and the memory manager is just one
piece.

Reminds me ... need to offer them a Delphi <x> Architect for the
Fastcoder of the year this year, too.

That would be very much appreciated.

regards,
John.





Back to top
John Kaster (Borland)
Guest





PostPosted: Tue Jul 05, 2005 4:59 pm    Post subject: Re: Delphi survey in BASM group Reply with quote

John O'Harrow wrote:

Quote:
That would be very much appreciated.

To whom should I send the email for details? Obviously, nothing will
happen until Jan 2006, but I'd like to get the prize earmarked before
then in case I'm travelling or something.

--
John Kaster http://blogs.borland.com/johnk
Features and bugs: http://qc.borland.com
Get source: http://cc.borland.com
If it's not here, it's not happening: http://ec.borland.com

Back to top
John O'Harrow
Guest





PostPosted: Tue Jul 05, 2005 5:20 pm    Post subject: Re: Delphi survey in BASM group Reply with quote

Dennis Christensen ( [email]marianndkc (AT) home3 (DOT) gvdnet.dk[/email] ) is the primary contact for
FastCode administrative matters.

regards,
John


Back to top
John Kaster (Borland)
Guest





PostPosted: Tue Jul 05, 2005 5:52 pm    Post subject: Re: Delphi survey in BASM group Reply with quote

John O'Harrow wrote:

Quote:
Dennis Christensen ( [email]marianndkc (AT) home3 (DOT) gvdnet.dk[/email] ) is the primary
contact for FastCode administrative matters.

Tx, done.

--
John Kaster http://blogs.borland.com/johnk
Features and bugs: http://qc.borland.com
Get source: http://cc.borland.com
If it's not here, it's not happening: http://ec.borland.com

Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Non-Technical All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.