-
Notifications
You must be signed in to change notification settings - Fork 1
OQueue implementation type erasure is ad-hoc #157
Copy link
Copy link
Open
Labels
tech debtKnown short-comings caused by not doing the work rightKnown short-comings caused by not doing the work right
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tech debtKnown short-comings caused by not doing the work rightKnown short-comings caused by not doing the work right