Skip to content

[RFC] _queue is missing #3608

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

Open
sum12 opened this issue Apr 14, 2022 · 1 comment
Open

[RFC] _queue is missing #3608

sum12 opened this issue Apr 14, 2022 · 1 comment
Labels
A-stdlib RFC Request for comments

Comments

@sum12
Copy link
Contributor

sum12 commented Apr 14, 2022

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

@sum12 sum12 added the RFC Request for comments label Apr 14, 2022
@youknowone
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stdlib RFC Request for comments
Projects
None yet
Development

No branches or pull requests

2 participants