I was looking at the help patch for [pipe] the other day, and noticed that there has been a change.  I think it was to allow symbols too.  (Sorry, can't check on my phone now)  <div><br></div><div><br>On Sunday, November 22, 2015, Roman Haefeli <<a href="mailto:reduzent@gmail.com">reduzent@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all<br>
<br>
I'm looking for a way to implement a FIFO buffer in Pd. I'd like it to<br>
be able enqueue messages with an arbitrary number of elements in order<br>
to retrieve them in the same order later. I came up with three different<br>
methods, but they are all either slow at enqueuing or at dequeuing or<br>
even both. It seems for a quick implementation you need something like a<br>
ring buffer, but I can't think of any method that would work for<br>
symbolic elements, too (as opposed to numbers).<br>
<br>
Attached patch comparison.pd compares the methods. Isn't there really a<br>
O(n) implementation as opposed to O(n^2)?<br>
<br>
Roman<br>
</blockquote></div>