mcandre / rez

C/C++ task runner
Other
3 stars 1 forks source link

Combine iostreams to cache file #22

Closed mcandre closed 2 years ago

mcandre commented 2 years ago

Look into using a single combination read + write iostream to the cache file.

Reset the stream to the file's first byte after finishing any writing.