Module packedpair

Provides an architecture independent implementation of the "packed pair" algorithm.

The "packed pair" algorithm is based on the generic SIMD algorithm. The main difference is that it (by default) uses a background distribution of byte frequencies to heuristically select the pair of bytes to search for. Note that this module provides an architecture independent version that doesn't do as good of a job keeping the search for candidates inside a SIMD hot path. It however can be good enough in many circumstances.

Structs

Traits