public class CatEFGraphs
extends java.lang.Object
This tool creates an EF graph by concatenating the bit streams of several Elias–Fano graphs. For the process being meaningful, the upper bound used in each graph must be the same.
The intended usage of this tool is a distributed graph construction procedure: segments of contiguous successor lists can be generated independently, and concatenated afterwards.
Constructor | Description |
---|---|
CatEFGraphs() |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] arg) |
public static void main(java.lang.String[] arg) throws java.io.IOException, JSAPException
java.io.IOException
JSAPException