Re: Biggest Delphi bottleneck?
- From: Lee_Nover <Lee_Nover[nospam]@delphi-si.com>
- Date: Thu, 29 Jun 2006 22:01:46 +0200
My current project makes heavy use of TInterfaceList (which internally
uses TList) and I reckon it would give me some noticeable perfomance
boost if I replace it with something faster... I guess I should start
a FastCode challenge <g>
TInterfaceList is slow because of locking - it's threadsafe (uses TThreadList internally)
.
- References:
- Biggest Delphi bottleneck?
- From: Peter Morris [Droopy eyes software]
- Re: Biggest Delphi bottleneck?
- From: Eric Grange
- Biggest Delphi bottleneck?
- Prev by Date: FastMM Newbie Questions
- Next by Date: Re: Inline assembler syntax error in Delphi 2006
- Previous by thread: Re: Biggest Delphi bottleneck?
- Next by thread: Re: Biggest Delphi bottleneck?
- Index(es):