Class EFGraph.Accumulator

java.lang.Object
it.unimi.dsi.webgraph.EFGraph.Accumulator
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
EFGraph

protected static final class EFGraph.Accumulator
extends Object
implements Closeable
  • Field Details

    • bitsForUpperBits

      public long bitsForUpperBits
      The number of bits used for the upper-bits array.
    • bitsForLowerBits

      public long bitsForLowerBits
      The number of bits used for the lower-bits array.
    • bitsForPointers

      public long bitsForPointers
      The number of bits used for forward/skip pointers.
  • Constructor Details

    • Accumulator

      public Accumulator​(int bufferSize, int log2Quantum) throws IOException
      Throws:
      IOException
  • Method Details