GraphZero v0.1.1: Release
GraphZero is a high-performance C++ graph engine that breaks the "Memory Wall" for GNNs. By using zero-copy mmap architecture, it allows standard laptops (16GB RAM) to process massive datasets that crash PyTorch Geometric and DGL.
v0.1.0 Highlights:
- Infinite Scalability: Loads
ogbn-papers100M(1.6B edges) in 0.00 seconds. - Speed: Achieves 1.26 Million steps/sec random walk throughput via OpenMP.
- Efficiency: Runs massive graphs with <5GB active RAM usage.
- Ease of Use: Fully Pythonic API with type hints and simple
pip install.
pip install graphzero