| Home | Trees | Indices | Help |
|---|
|
|
A FIFO queue with a fixed maximum size that silently discards data on overflow. It supports iteration for reading current contents and so can be used for a "latest window".
Might be able to use deque instead? This may be more efficient if the entire contents are read often (as is the case when depth gets deeper)?
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 9 21:50:59 2012 | http://epydoc.sourceforge.net |