Skip to content

Use faster dict-construction syntax#377

Merged
rsokl merged 1 commit into
masterfrom
dict-literal
May 1, 2021
Merged

Use faster dict-construction syntax#377
rsokl merged 1 commit into
masterfrom
dict-literal

Conversation

@rsokl

@rsokl rsokl commented May 1, 2021

Copy link
Copy Markdown
Owner

{"a": 1, "b": 2} is ~2x faster than dict(a=1, b=2)

@rsokl rsokl merged commit e218bef into master May 1, 2021
@rsokl rsokl deleted the dict-literal branch May 1, 2021 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant