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

Optimize/new route regexp allocations #732

Merged

Commits on Apr 2, 2024

  1. Optimize allocations in newRouteRegexp

    Tit Petric committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ed62916 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Print full param, add test to cover error expectations

    Tit Petric committed May 14, 2024
    Configuration menu
    Copy the full SHA
    eaec0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a28df4b View commit details
    Browse the repository at this point in the history
  3. Fix slight behaviour change

    Tit Petric committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6304463 View commit details
    Browse the repository at this point in the history
  4. Revert some whitespace for smaller change

    Tit Petric committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cca81cb View commit details
    Browse the repository at this point in the history
  5. Move regexp compilation up for early error return

    Tit Petric committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b684b38 View commit details
    Browse the repository at this point in the history