Skip to content

OQueue implementation type erasure is ad-hoc #157

@arthurp

Description

@arthurp

The type erasure approach in the new OQueue implementation is neither the clearest nor the most efficient. It needs to be thought through to strike a good balance between easy to understand and fast. Currently, I think it fails on both count. It is inconsistent, and it introduces extract layers of indirection in some cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech debtKnown short-comings caused by not doing the work right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions