Re: Biggest Delphi bottleneck?
- From: Solerman Kaplon <solerman@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 11:27:31 -0300
Eric Grange escreveu:
Though in practice, I'm not using TList in my code much (got a faster, more powerful replacement built from the ground up), so the TList optimizations weren't brought to a conclusive end.
TList internals aren't very well designed to begin with, they're more a bunch of mismatched list behaviors packed together, and so optimizing it "cleanly" isn't simple, while replacing it altogether in code is simpler and cleaner.
Agreed, but I think optimizing current TList would yeld improvements across all RTL/VCL, since it's used plenty in many implementations. Worth Fastcode target imho :)
Solerman
.
- Follow-Ups:
- Re: Biggest Delphi bottleneck?
- From: Eric Grange
- Re: Biggest Delphi bottleneck?
- From: Dennis
- Re: Biggest Delphi bottleneck?
- References:
- Biggest Delphi bottleneck?
- From: Peter Morris [Droopy eyes software]
- Re: Biggest Delphi bottleneck?
- From: Eric Grange
- Biggest Delphi bottleneck?
- Prev by Date: Re: Fastcode versus Highlander
- Next by Date: Re: Biggest Delphi bottleneck?
- Previous by thread: Re: Biggest Delphi bottleneck?
- Next by thread: Re: Biggest Delphi bottleneck?
- Index(es):