Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make basis library thread-safe #41

Open
3 tasks
ramLlama opened this issue May 25, 2017 · 1 comment
Open
3 tasks

Make basis library thread-safe #41

ramLlama opened this issue May 25, 2017 · 1 comment
Labels

Comments

@ramLlama
Copy link
Collaborator

ramLlama commented May 25, 2017

The basis library has a few parts that are written with a sequential implementation in mind. This issue is to collect and track these parts of the basis and efforts to fix them.

  • Int.toString
  • Random
  • Readl.fromLargeInt (and possibly other Real.from* functions)
@ramLlama
Copy link
Collaborator Author

Most of these issues can be fixed with a SML-level thread local storage. Perhaps this can be rolled into the One structure that most of these functions already use to protect against signal handlers.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants