|
aegisgraph
A high-performance, secure C++ graph library using adjacency lists
|
Implementation of the Graph class with secure and hardware-aware edge list parsing. More...
#include "Graph.hpp"#include <fstream>#include <iostream>#include <sstream>#include <regex>#include <immintrin.h>#include <sys/mman.h>#include <fcntl.h>#include <unistd.h>#include <sys/stat.h>#include <cstring>#include <omp.h>#include <limits>#include <filesystem>#include "absl/container/flat_hash_set.h"
Implementation of the Graph class with secure and hardware-aware edge list parsing.