Name Description Size
default_rank.rs 4426
mod.rs ! 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. [generic SIMD]: http://0x80.pl/articles/simd-strfind.html#first-and-last 14472