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

Introduce sizehint!(s, n; shrink = true) to controll shrinkage #51929

Merged
merged 11 commits into from
Nov 8, 2023

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    2634a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7eceb4 View commit details
    Browse the repository at this point in the history
  3. Add shrinkage control for Set

    petvana committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    0735eea View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Add tests for Set and Vector

    petvana committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    271f999 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. lock WeakKeyDict

    Co-authored-by: Jameson Nash <vtjnash@gmail.com>
    petvana and vtjnash authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    620cd2b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Make shrink Bool in base/array.jl

    Co-authored-by: Jameson Nash <vtjnash@gmail.com>
    petvana and vtjnash authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c0c055b View commit details
    Browse the repository at this point in the history
  2. Force shrink to be Bool

    petvana committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    088b152 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pv/dict-controll-shrinkage-v3' of github.com:petvana/ju…

    …lia into pv/dict-controll-shrinkage-v3
    petvana committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b1c8338 View commit details
    Browse the repository at this point in the history
  4. Compat + news

    petvana committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    655a5bc View commit details
    Browse the repository at this point in the history
  5. Typo

    petvana committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    42ff9ec View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

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