> Would limiting the max capacity of the FIFO improve performance by
> allowing one to preallocate the FIFO buffer?

In a language like C it would help but in Python there's not much 
likliehood of advantage. BUt if you were writing a C module to 
integrate with Python then yes it might be an idea to allow the 
size to be set.

Alan G
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to