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

A memory-efficient and fast hybrid matcher #639

Merged
merged 11 commits into from
Mar 3, 2021

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    8c6d228 View commit details
    Browse the repository at this point in the history
  2. rename benchmark name

    darsvador committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    760a605 View commit details
    Browse the repository at this point in the history
  3. fix linting errors

    darsvador committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ca4de3f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. add hybrid matcher

    darsvador committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    49dee8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e2808 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. add rabin-karp algorithm

    darsvador committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    3c971ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ec94c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. add more comment

    darsvador committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    0aa3a7e View commit details
    Browse the repository at this point in the history
  2. format code

    darsvador committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    808a049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fa6ada View commit details
    Browse the repository at this point in the history
  4. fix linting errors

    darsvador committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    bff43f0 View commit details
    Browse the repository at this point in the history