rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Develop an in-memory file class #595

Open rlwhitcomb opened 1 year ago

rlwhitcomb commented 1 year ago

Would like to use these for tester temporary files (for instance) (potentially as a global option in the test description file).

rlwhitcomb commented 1 year ago

Biggest problem (I think) is implementing variable length. If we can specify a length up front then allocating the buffer is simple. But maybe reallocating isn't that big a deal...