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

Significantly speedup ESP on large expressions that contain many strings #3467

Merged
merged 8 commits into from Dec 23, 2022

Commits on Dec 20, 2022

  1. Initial version to speed up ESP by performing multiple StringParenStr…

    …ipper & StringMerge in one pass.
    yilei committed Dec 20, 2022
    Copy the full SHA
    ba0c2de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b509c2d View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.md

    yilei committed Dec 20, 2022
    Copy the full SHA
    08d5c49 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cb3c259 View commit details
    Browse the repository at this point in the history
  5. Update wording per review.

    yilei committed Dec 20, 2022
    Copy the full SHA
    b1d348e View commit details
    Browse the repository at this point in the history
  6. Oops, format code.

    yilei committed Dec 20, 2022
    Copy the full SHA
    8a848d8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    23be9b3 View commit details
    Browse the repository at this point in the history
  8. Fix the merge bug.

    yilei committed Dec 20, 2022
    Copy the full SHA
    a120a1d View commit details
    Browse the repository at this point in the history