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

Improvement to reduce loading time of python project #65

Open
songjhaha opened this issue Sep 20, 2022 · 0 comments
Open

Improvement to reduce loading time of python project #65

songjhaha opened this issue Sep 20, 2022 · 0 comments
Assignees

Comments

@songjhaha
Copy link
Member

Relate issue: #27

Need to reduce the latency of loading project.

In [1]: import jnumpy as np

In [2]: %time np.init_jl()
CPU times: user 884 ms, sys: 752 ms, total: 1.64 s
Wall time: 944 ms

In [3]: %time from basic import jl_square
CPU times: user 691 ms, sys: 11 ms, total: 702 ms
Wall time: 705 ms
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

2 participants