#include <perfect.hh>
Definition at line 73 of file perfect.hh.
◆ CompData()
| PerfectCompressor::CompData::CompData |
( |
const uint64_t * |
data, |
|
|
std::size_t |
num_entries |
|
) |
| |
Default constructor that creates a copy of the original data.
- Parameters
-
| data | The data to be compressed. |
| num_entries | The number of qwords in the data. |
Definition at line 43 of file perfect.cc.
◆ ~CompData()
| PerfectCompressor::CompData::~CompData |
( |
| ) |
|
|
default |
◆ entries
| std::vector<uint64_t> PerfectCompressor::CompData::entries |
The original data is simply copied over to this vector.
Definition at line 77 of file perfect.hh.
The documentation for this class was generated from the following files: