Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment ac rust/v4 #9902

Closed
wants to merge 6 commits into from

Commits on Nov 27, 2023

  1. mpm: cleanup pattern free function

    Avoid redundant pointer checks; instead check once.
    victorjulien committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    99f9179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e4527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fca02d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47f2bc3 View commit details
    Browse the repository at this point in the history
  5. mpm/ac-rs: AC matcher based on aho-corasick crate

    Count uniq matches only, like the Hyperscan implementation.
    
    Ticket: OISF#3847.
    victorjulien committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fbd0919 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5811c7 View commit details
    Browse the repository at this point in the history