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

Improve performance of nrepl-dict-get #3713

Merged
merged 5 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. Improve performance of nrepl-dict-get

    Avoid full traversal of dict in 2-argument call
    yuhan0 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    44c2830 View commit details
    Browse the repository at this point in the history
  2. Deprecate 3-argument call to nrepl-dict-get

    Calling the function with 3 arguments will continue to work, but
    raise a warning during byte compilation.
    yuhan0 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    154bd08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef8102d View commit details
    Browse the repository at this point in the history
  4. Inline nrepl-dict predicates

    yuhan0 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f5bbc78 View commit details
    Browse the repository at this point in the history
  5. Modify changelog

    yuhan0 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    344005f View commit details
    Browse the repository at this point in the history