VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
compression_policy.hpp File Reference
#include "velographx/storage/compressed_adjacency.hpp"
#include "velographx/storage/compressed_decode_simd.hpp"
#include <cstddef>
#include <vector>

Go to the source code of this file.

Classes

struct  velographx::storage::CompressionRecommendation
 

Namespaces

namespace  velographx
 
namespace  velographx::storage
 

Enumerations

enum class  velographx::storage::CompressionCodec { velographx::storage::variable_byte , velographx::storage::simd_friendly_fixed_width }
 

Functions

CompressionRecommendation velographx::storage::recommend_compression_codec (const std::vector< VertexId > &ids, std::size_t block_size=128, double max_fixed_width_overhead=1.10)