Dev/composition ids#124
Conversation
tostocker
left a comment
There was a problem hiding this comment.
Looks good - I only have one question. Now that we have a sorted insertion that is O(n) it would probably make sense to use a better data structure for the compute_queue and io_queue so we get something like O(log(n))?
I though about that too. I think the first one could be done fairly quickly, if you think that would be a worthwhile thing to have. |
Ok I see - let's merge and open an issue. |
Adding prioritization of older requests in the queuing.