Hi all,

I did a small test to compare performance of TFPGMap and TFPHashList in sequential and random accessing values by keys.
http://arbinada.com/main/en/node/1511

The results are not the same than expected.
In theory, the hash map should give O(1) and O(log2 N) for the sorted map.

Any explanations and suggestions are welcome.

Regards,
Serguei
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to