Expand description

Flavors of Graph implementations which are safe to share across threads.

Type Definitions

A heavily indexed graph. Fast to query but slow to load, with a relatively high memory footprint.

A graph with no triple index. Fast to load but slow to query, with a relatively low memory footprint.