Skip to content

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

@insolor

Description

@insolor
  • 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/)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions