¡@

Home 

python Programming Glossary: lifo

Clean way to get near-LIFO behavior from multiprocessing.Queue? (or even just *not* near-FIFO)

http://stackoverflow.com/questions/12042575/clean-way-to-get-near-lifo-behavior-from-multiprocessing-queue-or-even-just-n

way to get near LIFO behavior from multiprocessing.Queue or even just not near FIFO.. not near FIFO Does anyone know a clean way to get near LIFO or even not near FIFO e.g. random behavior from multiprocessing.Queue.. it would be trivial within that to provide approximately LIFO access but I got lost in the rabbit hole trying to find it...

Python linked list O(1) insert/remove

http://stackoverflow.com/questions/2154946/python-linked-list-o1-insert-remove

where inserts and deletes are only at the end of the list LIFO . With that disclaimer out of the way here are some of the use..