Galois::WorkList::ChunkedLIFO< ChunkSize, T, Concurrent > Class Template Reference
Chunked LIFO.
More...
#include <Chunked.h>
List of all members.
Detailed Description
template<int ChunkSize = 64, typename T = int, bool Concurrent = true>
class Galois::WorkList::ChunkedLIFO< ChunkSize, T, Concurrent >
Chunked LIFO.
A global LIFO of chunks of some fixed size.
- Template Parameters:
-
The documentation for this class was generated from the following file: