Package org.apache.lucene.util.packed

Packed integer arrays and streams.

See: Description

Package org.apache.lucene.util.packed Description

Packed integer arrays and streams.

The packed package provides

The implementations provide different trade-offs between memory usage and access speed. The standard usage scenario is replacing large int or long arrays in order to reduce the memory footprint.

The main access point is the PackedInts factory.

In-memory structures

Disk-based structures

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.