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

Add microbenchmarks that call stdlib functions using keyword args #26

Open
JukkaL opened this issue Jan 5, 2021 · 0 comments
Open

Add microbenchmarks that call stdlib functions using keyword args #26

JukkaL opened this issue Jan 5, 2021 · 0 comments

Comments

@JukkaL
Copy link
Contributor

JukkaL commented Jan 5, 2021

Currently non-native calls with keyword arguments are slow, but I don't think that we have many benchmarks that use these. Create a new benchmark focused on this use case, since it's a pretty important one and is probably a bottleneck. Call Python functions, C extension functions, Python classes, and extension type objects. It probably makes sense to split this into at least two separate benchmarks (for example, function vs type).

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

No branches or pull requests

1 participant