dequer
dequer copied to clipboard
A deque for R.
For instance, if I pass a 3-element vector directly into `as.queue`, it gives me a queue with 1 element. I would expect it to have 3 elements. For example: ```R...
Hello Schmidt, Thank you for your useful package. I have one question about usage of dequer, could you answer me? For example, in python following code generate a queue limiting...
The manual for dequer::push said that pop puts elements on.
Hi, I've tried your package (which looked promising from the README), but it seems to be slower than just extending the vector by R. Here is the analysis: ``` f1
Thanks for the package. R needs more high-performance data structures like this one. I was surprised that the peek() functions only print the value, not return it. Peeking is a...
Should be push(s, i): 
