Skip to content

Simplify queueing: delete QueueWriter and QueueReader #261

@kosak

Description

@kosak

The FIFO queueing between DenseStorageWriter and DenseStorageReader is needlessly complicated. We can:

  1. Reduce the number of logical queues between them from 3 to 2
  2. Implement queue logic directly rather than delegating to the generic QueueWriter and QueueReader.

Doing the logic directly makes the code much simpler and perhaps even more efficient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions