graphos-core 0.1.0

Core graph models, indexes, and execution primitives for Graphos
Documentation

graphos-core

Core layer for Graphos: graph models, index structures, and execution primitives.

This crate provides the fundamental data structures for storing and querying graph data. It depends only on graphos-common.

Modules

  • [graph] - Graph model implementations (LPG, RDF)
  • [index] - Index structures (Hash, BTree, Chunked Adjacency, Trie)
  • [execution] - Execution primitives (DataChunk, ValueVector, Operators)