-
Notifications
You must be signed in to change notification settings - Fork 89
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
Wrapping for Python 3 #34
Comments
That's certainly an option. However, I wonder whether there are not any other Python packages out there that already cover the functionality of libbf.
Not at all, I appreciate any contributions! I'm happy to provide feedback, reviews, and discuss design. I just happen to lack the cycles right now to do the heavy lifting myself.
Yeah, that's just a legacy artifact. It could technically be dropped already. |
Believe it or not, all the current libraries are implemented in pure Python and hence very slow.
I'm making a pull request. |
Oh, wow. That's surprising.
I would also prefer a simple solution that doesn't require Threads. I've written a small unit test framework for CAF. With minor modifications, it's probably a reasonable drop-in replacement. |
If you're using the library in production and considering contributing, I'd be more than happy to discuss with you a few ideas on how to improve the code. Feel free to drop me a mail. |
Hi @mavam ,
Is there a reason not to use something more common/standard like https://github.com/catchorg/Catch2? (Let me make a separate issue about removing Threads since this is now not only related to Python bindings.) |
Hi,
First of all, thanks for the great work!
Have you considered making a Python wrapper around the library? If not, would you mind if I paraphrase (and reference) your code and package it in a separate python module? The dependency on threading would need to be removed as well as C++11, I suppose.
The text was updated successfully, but these errors were encountered: