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
https://rustpython.github.io/pages/whats-left says _queue is missing. The module does not supply much apart from the native implementation. I would like to give it a try and replicate it here.
Detailed Explanation
Drawbacks, Rationale, and Alternatives
Not sure if it add any value, since the rustpython implementation seems good enough ?
Unresolved Questions
The text was updated successfully, but these errors were encountered:
Hi, welcome to the project. For now, it falls back to pure python implementation, which is also a part of official CPython library. If you add _queue, it will enhance the performance. That's the value.
There is already a working version and we lack of many other features, so it is not the first-grade prioritized, but at the same time, no reason to not to do. If you are motivated by that, go fot it! It will be an easy start point to dig in the project.
If you are looking for easy start point to learn how to start RustPython, I will also recommend this features: #3609
Summary
https://rustpython.github.io/pages/whats-left says _queue is missing. The module does not supply much apart from the native implementation. I would like to give it a try and replicate it here.
Detailed Explanation
Drawbacks, Rationale, and Alternatives
Not sure if it add any value, since the rustpython implementation seems good enough ?
Unresolved Questions
The text was updated successfully, but these errors were encountered: