catb0t / heron-language

Automatically exported from code.google.com/p/heron-language
0 stars 0 forks source link

Iterator invalidation #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A desired feature is the ability to add or remove items to a list without 
invalidating any active iterators. This would possible if lists are 
implemented as linked lists of buffers (e.g. as Phil Bagwell's VList 
structure). 

Original issue reported on code.google.com by cdiggins on 29 Nov 2009 at 7:24