-
Notifications
You must be signed in to change notification settings - Fork 125
Queue or LifoQueue #32
Comments
Such approach would cause the memory error because you need to do something with the rest part of messages in queue (not only with the last one) |
Yeah, that's what I did. The loop is not a problem. The fixed size is necessary indeed, this implementation seems to be useful to client programmers that need the N most recent tickers. |
I have thought about a |
With the introduction of |
It would be nice to have a LifoQueue ticker to get always the most recent information.
The text was updated successfully, but these errors were encountered: