From Zero To One » Blog Archive » Is it possible to build a better dynamic array? Presenting sliced array. Get link Facebook X Pinterest Email Other Apps - March 01, 2013 http://www.cromis.net/blog/2013/03/is-it-possible-to-build-a-better-dynamic-array-presenting-sliced-array/ Get link Facebook X Pinterest Email Other Apps Comments François PietteMarch 1, 2013 at 10:00 AMWhy not a tree instead ? Maybe with doubly linked leafs. Using atree, you can even have holes in the equivalent array.ReplyDeleteRepliesReplyDaniela OsterhagenMarch 1, 2013 at 12:43 PMI am sure I have seen this kind of array before in a commercial Delphi library from the late 1990ies. Unfortunately I don't remember which one. TurboPower would be a likely candidate.ReplyDeleteRepliesReplyLars FosdalMarch 1, 2013 at 3:26 PMI have an array class somewhere, with slice support, that I should make a Generics version of.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Why not a tree instead ? Maybe with doubly linked leafs. Using atree, you can even have holes in the equivalent array.
ReplyDeleteI am sure I have seen this kind of array before in a commercial Delphi library from the late 1990ies. Unfortunately I don't remember which one. TurboPower would be a likely candidate.
ReplyDeleteI have an array class somewhere, with slice support, that I should make a Generics version of.
ReplyDelete