Svend Christian Svendsen

Results 6 comments of Svend Christian Svendsen

An exploratory implementation of the merge sorter has been implemented in the parallel-merge-phase branch. A progress document has been created for this issue in order to keep track of test...

It would be nice to be able to forward a `std::unique_ptr`.

I've looked into this but wasn't able to reproduce the issue.

Using Snappy for compression in the serialization_sorter definitely makes a lot of sense for situations like this. @mortal implemented the serialization code and knows most about it, however i'll definitely...

I've read most of the paper now and using up replacement selection seems interesting, since the runs generated have expected length 2M on random input. However, it requires we have...

Currently the file_base class deletes the object pointed to. Removing this statement and also adding a swap statement in file_stream_base::swap seems to fix the errors. This, however, probably introduces more...