Package com.yahoo.compress


@ExportPackage package com.yahoo.compress
  • Class
    Description
    Compression type enum.
    Compressor which can compress and decompress in various formats.
     
    Utility for hashing providing multiple hashing methods
    Utility for bytewise compressing of integers into a ByteBuffer.
    Frame based Zstd compressor (https://github.com/facebook/zstd) Implemented based on https://github.com/airlift/aircompressor - a pure Java implementation (no JNI).