Type Alias sophia_inmem::graph::LightGraph

source ·
pub type LightGraph = GenericLightGraph<SimpleTermIndex<u32>>;
Expand description

A graph with a single triple index (SPO). Fast to load but slow to query, with a relatively low memory footprint.

Default configuration of GenericLightGraph.

Aliased Type§

struct LightGraph { /* private fields */ }