From Zero To One » Blog Archive » Is it possible to build a better dynamic array? Presenting sliced array.


http://www.cromis.net/blog/2013/03/is-it-possible-to-build-a-better-dynamic-array-presenting-sliced-array/

Comments

  1. Why not a tree instead ? Maybe with doubly linked leafs. Using atree, you can even have holes in the equivalent array.

    ReplyDelete
  2. I 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.

    ReplyDelete
  3. I have an array class somewhere, with slice support, that I should make a Generics version of.

    ReplyDelete

Post a Comment