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
With acknowledgement of #101, and some possible relevance to #114, I kicked up a parallel project based off what I could read on Wikipedia. The result has been a highly extensible header-only library and classical libraries which seem to keep under a 15x time bound of what you have here with a auto-generating RtD system, and easy integration of neighboring implementations. That last part is why I'm bothering to post.
The code I have is more standard than what you have here, and is able to better take advantage of the rising tide of compiler optimization like vectorization. Given that it wouldn't exactly be legal, let alone polite to just rip AGPL code and shove it here or put BSD code there I figured I should check if you even have the interest glance at what I have. With your OK, I'd like to do something like adding a wrapper to detect and enable using this project's functionality or help move """more standard""" (more stdlib heavy) code over here.
With acknowledgement of #101, and some possible relevance to #114, I kicked up a parallel project based off what I could read on Wikipedia. The result has been a highly extensible header-only library and classical libraries which seem to keep under a 15x time bound of what you have here with a auto-generating RtD system, and easy integration of neighboring implementations. That last part is why I'm bothering to post.
The code I have is more standard than what you have here, and is able to better take advantage of the rising tide of compiler optimization like vectorization. Given that it wouldn't exactly be legal, let alone polite to just rip AGPL code and shove it here or put BSD code there I figured I should check if you even have the interest glance at what I have. With your OK, I'd like to do something like adding a wrapper to detect and enable using this project's functionality or help move """more standard""" (more stdlib heavy) code over here.
https://gitlab.com/anadon/prime_generator_header
The text was updated successfully, but these errors were encountered: