Skip to content

Refactor pipelining #313

Open
Open
@billschereriii

Description

@billschereriii

Description

The client pipelining uses CommandLists and vectors<Command*> in parallel, which is redundant in storage. This should be refactored to eliminate the redundancy

Justification

This will improve maintainability of the codebase

Implementation Strategy

One strategy might be to rework the CommandList class to store command data as a vector<command*> internally that we can access for pipelining calls

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: C++Issues related to the C++ clienttype: refactorIssues focused on refactoring existing code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions