Binary package “python-egenix-mxqueue” in ubuntu precise

fast and memory-efficient queue for Python

 mxQueue is a Python extension package that provides a new object type
 called Queue.
 .
 It works much like what you would expect from such a type, having
 push() and pop() methods and focuses on obtaining maximum speed at
 low memory costs.