[fpc-pascal] code optimization

Jürgen Hestermann juergen.hestermann at gmx.de
Fri Sep 24 18:22:44 CEST 2010


stefan077 at web.de schrieb:
> My experience is that linked lists with pointers are much slower than linked lists realized by arrays. 

That's my experience too. I converted a few programs from linked lists to array of pointers and the speed increase was always dramatically.



More information about the fpc-pascal mailing list