Igor Seletskiy

Results 7 comments of Igor Seletskiy

Thank you Jon, That is exactly what I am doing. I might take 10 items of the queue, and then have to put some of them back in front of...

The "zero" segment would make the Size() method work, and I do like that idea from a cleanliness perspective. I am worried a bit checking two segments vs one for...

In my case the prepand is not instant, nor infinite loop is possible. On the other hand - nor I have a hard rule of putting 1,2,3 in exact order...

Hi Jon, Go is new for me, but I did work with Decorators a lot in python. Few things I don't get: 1. Which method would I decorate/wrap to implement...

I think exposing enough of DQue so it can be extendable via composition would be great. The only negative side effect is that you would need to export more things,...

Depth() is also costly to run; getting a less expensive way to observe queue depth would be great.

Review was done, issues resolved.