Moving to Cython #16
Replies: 4 comments
-
Sorry, I had to take some time off from coding, totally over did it xD. Liburing will be using https://github.com/YoSTEALTH/Dynamic-Import to manage import needs, so had to get that project up and running first. Goal is to split Liburing into many small section like: Stay tuned. |
Beta Was this translation helpful? Give feedback.
-
Done wrapping C Liburing into Cython. Basic functions and queue should be usable! Function with advanced features like socket needs a lot more work since features need to be created. Next is just adding more tests & features. Debug issues and move things around. |
Beta Was this translation helpful? Give feedback.
-
Liburing should be usable! I have written some tests, its just there are so many function and features it will be mind-numbing to write test cases for everything without actually using it in real world software. so ... Project Shakti has started!. This will give a way to actually test for those real world cases to improve Liburing library itself and also give most Python developer an easy to use |
Beta Was this translation helpful? Give feedback.
-
Thanks to starting Shakti project a major bug was found and fixed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Next release of Python
Liburing
will useCython
. Current release usesCFFI
, and I feel like I have hit its limits!Cython
has many ways to optimize and its ruffly 30%+ faster, which would be better for production as well.Beta Was this translation helpful? Give feedback.
All reactions