Skip to content
Snippets Groups Projects
Commit 03532891 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: cleanup and rationalize memory-backed streams

- 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.
parent a3fbe0ac
Branches
Tags
Showing
with 881 additions and 132 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment