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

Fast time-to-first call methods using SnoopPrecompile #71

Closed
jbytecode opened this issue Mar 13, 2023 · 7 comments
Closed

Fast time-to-first call methods using SnoopPrecompile #71

jbytecode opened this issue Mar 13, 2023 · 7 comments

Comments

@jbytecode
Copy link
Contributor

Hi,

Do you have any plans to integrate the package with SnoopPrecompile?

It drastically reduces the time-to-first call methods.

Here is what I did for LinRegOutliers: https://github.com/jbytecode/LinRegOutliers/blob/master/src/precompile/precompile.jl

Best.

@jmejia8
Copy link
Owner

jmejia8 commented Mar 13, 2023

What a nice recommendation! SnoopPrecompile could be integrated in the future.

This thread can be used to add a list of methods requiring this kind of performance improvement.

Thank you!

@jbytecode
Copy link
Contributor Author

Its integration is quite easy. Ping me if you need any help! Thank you.

@jmejia8
Copy link
Owner

jmejia8 commented Mar 13, 2023

Please, feel free to send PRs on this regard. Your contributions are always welcome.

@jbytecode
Copy link
Contributor Author

of course, I'll try to implement a skeleton in a few days.

@jbytecode
Copy link
Contributor Author

Here is the first PR: #72

jmejia8 added a commit that referenced this issue Mar 13, 2023
(#71) initials of integration for SnoopPrecompile
@jmejia8
Copy link
Owner

jmejia8 commented Mar 17, 2023

Thank you for the PR. May I mark this issue as solved?

@jbytecode
Copy link
Contributor Author

sure, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants