Skip to content

Removing some TODOs #133

Closed
Closed
@czgdp1807

Description

@czgdp1807

Description of the problem

Currently the master has a TODO task of replacing the collections.deque with pydatastructs.Queue. We have decided not to do this replacement as queue is a very simple data structure and it's efficient implementation is already present in python. In fact, deepcopy.copy will be a bottleneck in doing this replacement so, we shouldn't simply invest our time in this.

Example of the problem

References/Other comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions