Open SSoelvsten opened 1 year ago
I am thinking to mark this as a good first issue, but I have a hard time figuring out, whether this could impact performance negatively. If that would be the case, then I would like to do as follows:
file_stream
class that both provides read and write access. We can probably rephrase the file_writer and file_reader as wrappers on this class.
In the reduce algorithm, all mappings due to the first reduction rule are placed in a
tpie::file_stream<mapping>
. With #397 we have cleaned up Adiar's wrappers on files and streams and should use these instead (especially to support #199 later).tpie::file_stream<mapping>
in__reduce_level
using Adiar's wrappers:file<mapping>
,file_writer<mapping>
, andfile_stream<mapping>
.