Galois::InsertBag< T > Class Template Reference
Bag for only concurrent insertions.
More...
#include <Bag.h>
List of all members.
Detailed Description
template<typename T>
class Galois::InsertBag< T >
Bag for only concurrent insertions.
This data structure supports scalable concurrent pushes but reading the bag can only be done serially.
The documentation for this class was generated from the following file: