TPIE

2362a60
tpie::dynamic_store Struct Reference

Fantastic store strategy. More...

#include <tpie/pipelining/store.h>

Classes

struct  element_type
 
struct  specific
 

Public Member Functions

template<typename element_t >
specific< element_t > get_specific ()
 

Detailed Description

Fantastic store strategy.

We sort elements of type T, they are push to us a T If sizeof(T) is small, they are storred internally as T, if on the other hand sizeof(T) is large they are sorted using pointer indirection.

Note
currently large means > 256 bytes, no experiments has been done to verify that this is sane.

Definition at line 218 of file store.h.


The documentation for this struct was generated from the following file: