Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[mypyc] Faster max - #11530

Merged
TH3CHARLie merged 2 commits into
python:masterfrom
97littleleaf11:faster-max
Nov 12, 2021
Merged

[mypyc] Faster max#11530
TH3CHARLie merged 2 commits into
python:masterfrom
97littleleaf11:faster-max

Conversation

@97littleleaf11

Copy link
Copy Markdown
Collaborator

Description

Closes mypyc/mypyc#773, follows up to #10265

Test Plan

Add same tests beside to min() tests only with method name replaced.

@TH3CHARLie TH3CHARLie left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! we finally can close that issue

@TH3CHARLie
TH3CHARLie merged commit aeb65a6 into python:master Nov 12, 2021
tushar-deepsource pushed a commit to DeepSourceCorp/mypy that referenced this pull request Jan 20, 2022
@97littleleaf11
97littleleaf11 deleted the faster-max branch February 22, 2022 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make min(x, y) and max(x, y) faster

2 participants