Dynamic array: Difference between revisions

Content deleted Content added
See also: gap buffer's big difference is insertion performance
See also: better yet, state exact benefit of gap buffer
Line 62:
== See also ==
 
* [[Gap buffer]], a data structure that improves the insertion performance of dynamic arrays underfor consecutive insertions and deletions at the somesame circumstancespoint.
* [[Linked list]], an alternative to dynamic arrays, offering faster inserts and deletes at the cost of less efficient seek.