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 precompilation #224

Merged
merged 3 commits into from
May 7, 2023
Merged

Conversation

timholy
Copy link
Contributor

@timholy timholy commented May 7, 2023

On my machine this drops the time required for the "workload" from
about 0.25s to about 0.025s (factor of 10). While the absolute times
are not large, the aim is to reduce the startup time for IJulia kernels,
and small things add up.

xref JuliaLang/IJulia.jl#1074

On my machine this drops the time required for the "workload" from
about 0.25s to about 0.025s (factor of 10). While the absolute times
are not large, the aim is to reduce the startup time for IJulia kernels.
@codecov-commenter
Copy link

codecov-commenter commented May 7, 2023

Codecov Report

Patch coverage has no change and project coverage change: -1.18 ⚠️

Comparison is base (79c777e) 74.04% compared to head (676021d) 72.86%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
- Coverage   74.04%   72.86%   -1.18%     
==========================================
  Files           9        9              
  Lines         339      339              
==========================================
- Hits          251      247       -4     
- Misses         88       92       +4     
Impacted Files Coverage Δ
src/ZMQ.jl 88.88% <ø> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@stevengj stevengj merged commit f71c1fc into JuliaInterop:master May 7, 2023
@timholy timholy deleted the teh/precompile_tools branch May 7, 2023 23:41
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.

3 participants