Module: Omnizip::Algorithms::Zstandard::FSE

Defined in:
lib/omnizip/algorithms/zstandard/fse.rb,
lib/omnizip/algorithms/zstandard/fse/table.rb,
lib/omnizip/algorithms/zstandard/fse/encoder.rb,
lib/omnizip/algorithms/zstandard/fse/bitstream.rb

Overview

FSE (Finite State Entropy) module namespace

Defined Under Namespace

Classes: BitStream, Decoder, Encoder, ForwardBitStream, State, Table