Quick Question re: Typed Lists

Posts   
 
    
psandler
User
Posts: 540
Joined: 22-Feb-2005
# Posted on: 13-Apr-2005 04:44:42   

Is there any inherent advantage to using a generated typed list over a dynamic one?

Is a generated typed list more efficient?

Thanks,

Phil

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 13-Apr-2005 09:05:44   

There is no speed difference, the only advantage of the typed list version is that it's typed and serializable. simple_smile

Frans Bouma | Lead developer LLBLGen Pro