Expand description
Structure to read the same data structures as it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
,
which are used to store labels in graphs generated by the Java implementation of swh-graph.
Structs§
- Front
Coded List - Front coded list, it takes a list of strings and encode them in a way that the common prefix between strings is encoded only once.
- Front
Coded List Builder