Package com.orbit.prefilter


package com.orbit.prefilter
  • Class
    Description
    Aho-Corasick multi-pattern string matching algorithm.
    Prefilter using simple String.indexOf for literal search.
    No-op prefilter that always returns -1.
    Sealed prefilter hierarchy for fast path filtering.
    Prefilter that scans the input for any of a set of literal strings using SIMD acceleration via the JDK Vector API (jdk.incubator.vector).