GraphChi / graphchi-cpp

GraphChi's C++ version. Big Data - small machine.
https://www.usenix.org/system/files/conference/osdi12/osdi12-final-126.pdf
803 stars 312 forks source link

Improve exception safety with smart pointers #16

Open elfring opened 10 years ago

elfring commented 10 years ago

Would you like to wrap any pointer data members with the template class "std::unique_ptr"?

Update candidate: bitset_scheduler

akyrola commented 10 years ago

I believe that is a C++11 feature, and GraphChi has not been upgraded to C++11.

elfring commented 10 years ago

How do you think about to reuse the approach by Howard E. Hinnant in the meantime?