Skip to content
Snippets Groups Projects
Commit 2bd2f83f 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 5c1ec7ec
Branches
Tags
No related merge requests found
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