Skip to content
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

TODO, breaking: make .keys() and .items() return iterators instead of lists #13

Open
insolor opened this issue Sep 11, 2023 · 0 comments
Labels
Milestone

Comments

@insolor
Copy link
Member

insolor commented Sep 11, 2023

  • make .keys() and .items() return iterators instead of lists
  • drop iteritems, iterkeys methods
  • use __length_hint__ somehow to make list creation for items and keys faster (see https://peps.python.org/pep-0424/)
@insolor insolor added this to the 1.0.0 milestone Sep 11, 2023
@insolor insolor added the todo label Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant