Thrill
0.1
|
Fallback CRC32C implementation in software.
Note that you need to provide specializations of HashDataSwitch if you want to hash types with heap storage.
#include <hash.hpp>
Public Member Functions | |
uint32_t | operator() (const ValueType &val, uint32_t crc=0xffffffff) const |
|
inline |
Definition at line 191 of file hash.hpp.
References thrill::common::crc32_slicing_by_8(), HashDataSwitch< T >::ptr(), and HashDataSwitch< T >::size().