aegisgraph
A high-performance, secure C++ graph library using adjacency lists
Loading...
Searching...
No Matches
Graph.cpp File Reference

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"
Include dependency graph for Graph.cpp:

Detailed Description

Implementation of the Graph class with secure and hardware-aware edge list parsing.