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 Dict{K,V} (~5%) by storing elements in pairs::Vector{Pair{K,V}} #44332

Closed
wants to merge 24 commits into from

Commits on Feb 24, 2022

  1. Improve performance of 'Dict'

    petvana committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ae2aad5 View commit details
    Browse the repository at this point in the history
  2. Fix Set

    petvana committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    0acaa9a View commit details
    Browse the repository at this point in the history
  3. Fix most of the tests

    petvana committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8306858 View commit details
    Browse the repository at this point in the history
  4. Use explicite types for pairs

    petvana committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    9a1a660 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    82e7a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    263dc86 View commit details
    Browse the repository at this point in the history
  3. Reenable broken test

    petvana committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    96d80a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f37cc2d View commit details
    Browse the repository at this point in the history
  5. Fix precompile test

    petvana committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    25d9bec View commit details
    Browse the repository at this point in the history
  6. Fix white space

    petvana committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    8d39aef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51a6c15 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com>
    petvana and simeonschaub authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    08d7d88 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com>
    petvana and simeonschaub authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    afd7975 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e69826f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    6600b03 View commit details
    Browse the repository at this point in the history
  2. Add inbounds

    petvana committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    d789afc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    cbe1cc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Remove empty lines in test

    petvana committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    326798e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aee365 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    33b1133 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    f9b27dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    406034b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    d093e7d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    58414f8 View commit details
    Browse the repository at this point in the history