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 a precompile workload #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KristofferC
Copy link

@KristofferC KristofferC commented Mar 24, 2023

I came across this package and thought it was kind of slow to use so I added a small precompile workload to speed it up:

# Before:
# 1.8: 2.83s
# 1.9: 2.63s

# After:
# 1.8: 2.18s
# 1.9: 0.48s

It feels like this should be even better though.

KristofferC added 3 commits March 24, 2023 10:16
This changes the timings on the example:

```
# Before:
# 1.8: 2.83
# 1.9: 2.63

# After:
# 1.8: 2.18
# 1.9: 0.48
```
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.

None yet

1 participant