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

Implement new SmallCapacityDictionary for dictionaries with a small amount of values. #31360

Merged
merged 28 commits into from
Apr 6, 2021

Commits on Mar 29, 2021

  1. Trying routevaluedict

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c87b685 View commit details
    Browse the repository at this point in the history
  2. New dictionary

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    485474b View commit details
    Browse the repository at this point in the history
  3. Minor cleanup

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    51dccd2 View commit details
    Browse the repository at this point in the history
  4. Comparers

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    5e0cdc9 View commit details
    Browse the repository at this point in the history
  5. Some benchmarks

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    65d1055 View commit details
    Browse the repository at this point in the history
  6. Fixing for large capacity

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    183287f View commit details
    Browse the repository at this point in the history
  7. Tests

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8458629 View commit details
    Browse the repository at this point in the history
  8. Feedback

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a4b53f5 View commit details
    Browse the repository at this point in the history
  9. nit

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    58558d7 View commit details
    Browse the repository at this point in the history
  10. nit

    jkotalik committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    c82a205 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. More build issues

    jkotalik committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    2733b31 View commit details
    Browse the repository at this point in the history
  2. No struct for testing

    jkotalik committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b7d7944 View commit details
    Browse the repository at this point in the history
  3. ordre

    jkotalik committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b29bbde View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Fixing two tests

    jkotalik committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    e7e72e7 View commit details
    Browse the repository at this point in the history
  2. Fix check

    jkotalik committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    9690007 View commit details
    Browse the repository at this point in the history
  3. Feedback

    jkotalik committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6eb4375 View commit details
    Browse the repository at this point in the history
  4. fixing test

    jkotalik committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6cfeb8c View commit details
    Browse the repository at this point in the history
  5. remove comment

    jkotalik committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    11f8c43 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Feedback

    jkotalik committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    3da0a96 View commit details
    Browse the repository at this point in the history
  2. Perf tests and new limit

    jkotalik committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    1c7c005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a139d9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a95eea View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Feedback

    jkotalik committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    069c519 View commit details
    Browse the repository at this point in the history
  2. Add comment

    jkotalik committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    5342d4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7348343 View commit details
    Browse the repository at this point in the history
  4. wrong check for capacity

    jkotalik committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    4456cc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58b5f09 View commit details
    Browse the repository at this point in the history
  6. Nit

    jkotalik committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    8768f0e View commit details
    Browse the repository at this point in the history