[−][src]Module rome::graphs::tel
An memory-based RDF graph.
This module contains two implementations of rome::graph::Graph.
One is based on a 64 bit representation of triples and the other on a
128 bit representation of the triples. To make sure that all triples fit,
it is recommended to use Graph128.
Structs
| Triple64OPS |
Compact triple used in tel::Graph. |
| Triple64SPO |
Compact triple used in tel::Graph. |
| Triple128OPS |
Compact triple used in tel::Graph. |
| Triple128SPO |
Compact triple used in tel::Graph. |
Type Definitions
| Graph64 |
Implementation of |
| Graph128 |
Implementation of |
| GraphCreator |
Implementation of |