We use TStringList quicksort/binary search routine I wrote for
caching--works so well that I can recommend.

With many entries all TList-derrived classes are dog-slow
compared with binary search trees for this purpose!

Confirmed. I recently had a project with such issue. The result where extremely bad with a simple TList and really super fast with Arno's AVL tree.

--
francois.pie...@overbyte.be
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to