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

Fix pathologically slow compilation of some pattern matches since 2.13.7 #10258

Merged
merged 1 commit into from Mar 2, 2023

Commits on Mar 2, 2023

  1. Patmat: Switch from ListSet to mutable.LinkedHashSet

    * experiment fix for SI-12499 (patmat perf)
    * use java.util.LinkedHashSet
    * switch j.u to s.c.m LinkedHashSet
    * avoid convert to Set to keep deterministic iteration order
    * fix compile error
    
    Co-authored-by: Dale Wijnand <dale.wijnand@gmail.com>
    KisaragiEffective and dwijnand committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    5d5d00f View commit details
    Browse the repository at this point in the history