[Python-Dev] Optimization (original) (raw)

Serhiy Storchaka storchaka at gmail.com
Sun Oct 6 08:56:43 CEST 2013


06.10.13 02:37, Antoine Pitrou написав(ла):

It's only strange because you don't understand the main use case for bytearrays. They may look like arrays of 8-bit integers but they are really used for buffers, so optimizing for stuff like FIFO operation makes sense.

Could you please provide several examples of "the main use case for bytearrays"?



More information about the Python-Dev mailing list