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

gh-94603: micro optimize list.pop #94604

Merged
merged 17 commits into from
Dec 27, 2022
Merged

Commits on Jul 6, 2022

  1. optimize list.pop

    eendebakpt committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    79ac0ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf3c19 View commit details
    Browse the repository at this point in the history
  3. fix news item

    eendebakpt committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4db7ec5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Update Objects/listobject.c

    Co-authored-by: Dong-hee Na <[email protected]>
    eendebakpt and corona10 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    1512885 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Update Objects/listobject.c

    Co-authored-by: Dong-hee Na <[email protected]>
    eendebakpt and corona10 committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    58e38d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

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

Commits on Jul 28, 2022

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

Commits on Aug 10, 2022

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

Commits on Aug 22, 2022

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

Commits on Sep 19, 2022

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

Commits on Oct 19, 2022

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

Commits on Nov 9, 2022

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

Commits on Dec 22, 2022

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

Commits on Dec 26, 2022

  1. Apply suggestions from code review

    Co-authored-by: Dong-hee Na <[email protected]>
    eendebakpt and corona10 committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    44a4efe View commit details
    Browse the repository at this point in the history
  2. rename to size_after_pop

    eendebakpt committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    7c6c9fa View commit details
    Browse the repository at this point in the history
  3. make variable const

    eendebakpt committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    7c1a835 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Update Objects/listobject.c

    corona10 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    23eb3aa View commit details
    Browse the repository at this point in the history