You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Relate issue: #27
Need to reduce the latency of loading project.
The text was updated successfully, but these errors were encountered: