Is there a faster TList implementation ?
Posted
by dmauric.mp
on Stack Overflow
See other posts from Stack Overflow
or by dmauric.mp
Published on 2010-04-06T12:21:10Z
Indexed on
2010/04/06
12:23 UTC
Read the original article
Hit count: 268
delphi
|optimization
My application makes heavy use of TList, so I was wondering if there are any alternative implementations that are faster or optimized for particular use case.
I know of RtlVCLOptimize.pas 2.77, which has optimized implementations of several TList methods.
But I'd like to know if there is anything else out there. I also don't require it to be a TList descendant, I just need the TList functionality regardless of how it's implemented.
It's entirely possible, given the rather basic functionality TList provides, that there is not much room for improvement, but would still like to verify that, hence this question.
© Stack Overflow or respective owner