Module front_coded_list

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

FrontCodedList
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.
FrontCodedListBuilder

Enums§

PushError