EventAnalysis
1.3.0
|
#include <levenshtein-sse.hpp>
Additional Inherited Members | |
![]() | |
static void | perform (const Iterator1 &a, const Iterator2 &b, std::size_t &i, std::size_t j, std::size_t bLen, Vec1 &diag, const Vec2 &diag2) |
Default: If we don't know better, just use the trivial implementation.
This is overloaded in multiple places and is the struct whose perform
method will ultimately be called from the outer loop.
Vec1 and Vec2 correspond to diag
and diag2
, respectively.