Expand description
Dense ordinals: the graph’s own keys.
A loader assigns every concept of a code system version a dense ordinal
and every relationship type an edge kind; the graph never sees a native
code. Both are u32, which bounds a version at about four billion
concepts and keeps roaring bitmaps at their native width.
Structs§
- Edge
Kind - The kind of an edge: the ordinal of its relationship type concept.
- Ordinal
- The position of a concept in a code system version.
Functions§
- to_
usize u32tousizewithout a lossy cast.