|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | velographx |
Enumerations | |
| enum class | velographx::TraversalDirection { velographx::push , velographx::pull } |
Functions | |
| TraversalDirection | velographx::choose_direction (std::size_t frontier, std::size_t vertices, std::size_t frontier_edges, std::size_t total_edges) |