python-egenix-mxqueue

Fast and memory-efficient queue for Python
 
  0
  no reviews



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.