Expand description
This module contains the data structures used to map a node id to a SWHID and vice versa and retrieve the labels for each node.
Structs§
- Mapped
Permutation - A
Permutationbacked by a big-endian mmapped file - Node2SWHID
- Struct to load a
.node2swhid.binfile and convert node ids to SWHIDs. - Node2
Type - Struct to create and load a
.node2type.binfile and convert node ids to types. - Owned
Permutation - A
Permutationbacked by anusizevector - Usize
Mmap - Newtype for
Mmap/MmapMutwhich can be dereferenced as slices of usize
Traits§
- Permutation
- An array of
nunique integers in the0..nrange.