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

make the export work much faster #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 23, 2024

  1. make the export work much faster

    functions that are wrapped into `@unwrap` are used very intensively and
    are quite slow because they use introspection at each single call. this
    commit improves it by a lot by introspecting the function signature at
    the moment of wrapping and then reusing this information to avoid
    evaluating it over and over again improving the performance
    jbinary committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b7a93ed View commit details
    Browse the repository at this point in the history