Mattias Gaertner wrote:
On Fri, 07 Dec 2007 22:52:29 -0300
Luiz Americo Pereira Camara <[EMAIL PROTECTED]> wrote:

I need a class that stores a pointer value indexed by a pointer. It should provide a way to retrieve the value using the indexed value.
I know TMap from Maps unit.

There's another class that comes with fpc/lazarus?

unit avglvltree TPointerToPointerTree


BTW: i found the TAVLTree/AVL_Tree unit in fpc code base. It's similar to TAvgLvlTree/AvgLvlTree found in LCL (even the author is the same = Mattias)

Is there any reason to not use the fpc (TAVLTree) version like being buggy or with less performance?

I would prefer using fpc to avoid LCL dependency.

Luiz

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to