[fpc-pascal] Should data structures part in LCL be moved to FCL?

leledumbo leledumbo_cool at yahoo.co.id
Wed Mar 11 05:28:36 CET 2009


AvgLvlTree, DynamicArray,
> DynHashArray, DynQueue

Marco van de Voort wrote:
> 
> What is there that is not already in FPC ? Are these not simply leftovers
> of
> older times when Lazarus still had to compile with 1.0.x?
> 
Oh, I didn't know about it. The first time I use Lazarus FPC was already
2.0.4. Well, some of them has FCL counterparts and some don't:
AvgLvlTree = AVL_Tree
DynamicArray = ??? (object wrapper of normal dynamic array?)
DynQueue = TObjectQueue or TQueue
DynHashArray = ???
LazLinkedList = ???

I miss these data structures in FCL: linked list, graph, and tree (not AVL
one).
-- 
View this message in context: http://www.nabble.com/Should-data-structures-part-in-LCL-be-moved-to-FCL--tp22434763p22448666.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.




More information about the fpc-pascal mailing list