Skip to main content

Module ordinal

Module ordinal 

Source
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§

EdgeKind
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
u32 to usize without a lossy cast.