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

Change TokenFilter trait to simplify (a bit) the boxing of filters #2101

Closed
wants to merge 8 commits into from

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    ad9b825 View commit details
    Browse the repository at this point in the history
  2. Clean code and improve docs.

    fmassot committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6c6b97d View commit details
    Browse the repository at this point in the history
  3. Use dyn_clone.

    fmassot committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    54f4313 View commit details
    Browse the repository at this point in the history
  4. Fix comment.

    fmassot committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b82cd08 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Remove BoxTokenStream.

    fmassot committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    dc783f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Refactor token filter.

    fmassot committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    2cab111 View commit details
    Browse the repository at this point in the history
  2. Clean.

    fmassot committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    f6a6b4a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Avoid allocation in filters.

    fmassot committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f777de1 View commit details
    Browse the repository at this point in the history