X Tutup
Skip to content

Remove unnecessary rest function#8

Merged
brandonwillard merged 1 commit intopythological:masterfrom
brandonwillard:remove-rest
Feb 1, 2020
Merged

Remove unnecessary rest function#8
brandonwillard merged 1 commit intopythological:masterfrom
brandonwillard:remove-rest

Conversation

@brandonwillard
Copy link
Member

After the last PR, it was clear that rest is unnecessary and wasteful (e.g. multiple, repeated type checks). Also, cdr was unnecessarily cloning the results of __getitem__.

@brandonwillard brandonwillard added the enhancement New feature or request label Feb 1, 2020
@brandonwillard brandonwillard self-assigned this Feb 1, 2020
@brandonwillard brandonwillard merged commit c7e355e into pythological:master Feb 1, 2020
@brandonwillard brandonwillard deleted the remove-rest branch February 1, 2020 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup