Skip to content
  • Mark OLESEN's avatar
    ENH: cleanup and rationalize memory-backed streams · 03532891
    Mark OLESEN authored
    - more consistent naming:
      * Versions that hold and manage their own memory:
          IListStream, OListStream
    
      * Versions that reference a fixed size external memory:
          UIListStream, UOListStream
    
    - use List storage instead of DynamicList within OListStream.
      Avoids duplicate bookkeeping, more direct handling of resizing.
    03532891