-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Discussion: Making the threadpool its own package #284
Comments
Constantine's threadpool is standalone and does not depend on the cryptographic side of Constantine. The only thing it uses in common with Constantine is What I can do is make it so that The reason why is that in cryptography and security-focused applications, having as few dependencies as possible or zero is a very strong feature, especially now that supply-chain attacks are rampant. I have been approached by teams telling me that they require zero dependencies from their crypto providers. |
The future Weave-IO is bootstraped using Constantine's threadpool. https://github.com/mratsim/weave-io/tree/v0.2.0 It will evolve separately due to differences in goals but at the moment it's a 1-1 port. The differences will boil down to:
cc @nayr7 |
Hey, thanks for the follow-up! I have been using a private fork of Constantine in the meantime but I greatly appreciate this, this is an amazing addition to Nim's ecosystem and I thank you for it. I'll be switching to it when I have a little time since it seems more nicely organized... :-) |
@nayr7 in #281
The text was updated successfully, but these errors were encountered: