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

Fully switch from Calispel to Lparallel #3004

Open
Ambrevar opened this issue Jun 7, 2023 · 0 comments
Open

Fully switch from Calispel to Lparallel #3004

Ambrevar opened this issue Jun 7, 2023 · 0 comments
Labels

Comments

@Ambrevar
Copy link
Member

Ambrevar commented Jun 7, 2023

In #2998 it was highlighted that Calispel use is still hindering us and we would benefit from switching to Lparallel:

  • Better API (futures, promises, kernel, etc.)
  • Less risk of dangling threads.
  • Possibly better performance.
  • No more need for with-protect.

To do:

  • Remove Calispel submodule and it's dependencies (jpl-queue and jpl-util I think).
  • Remove make-channel.
  • Replace manual channel use by promises and futures.
  • Remove run-thread.
  • Rename Lparallel kernel.
  • Store / bind Lparallel kernel in *browser*? This way we can clean it up when exiting in the REPL.
@Ambrevar Ambrevar added the high label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant