-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
The kernel slows execution of code by about factor of 2 #27
Comments
Easier test case:
There is a intriguing difference of behaviour if we load
Get twice slower if we load sage
Since the |
I ended up solving this on my end by using pexpect and reading temporary
files for each cell https://github.com/edgarcosta/gp_kernel
…On Thu, Dec 8, 2022, 02:18 Vincent Delecroix ***@***.***> wrote:
I confirm the x2 slowdown compared to GP...
—
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACO2BSY4DK7IDDZLHZUFETWMGYHNANCNFSM53IDQLPQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try the code
in the kernel and in the terminal.
In the terminal I obtain:
and in the Kernel
any insight on how to fix this?
My alternative is to have a kernel based on pexpect, but then I can't easily support completion
The text was updated successfully, but these errors were encountered: