triple_accel 0.4.0

Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
Documentation

triple_accel

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 7 feature flags, 6 of them enabled by default.

default

  • jewel-avx
  • jewel-sse
  • jewel-8bit
  • jewel-16bit
  • jewel-32bit

jewel-avx

    This feature flag does not enable additional features.

jewel-sse

    This feature flag does not enable additional features.

jewel-8bit

    This feature flag does not enable additional features.

jewel-16bit

    This feature flag does not enable additional features.

jewel-32bit

    This feature flag does not enable additional features.

debug

    This feature flag does not enable additional features.