On Mon, Feb 18, 2013 at 9:15 PM, Tim Roberts <t...@probo.com> wrote:
> Chris Hinsley <chris.hins...@gmail.com> wrote:
>>
>>Is a Python list as fast as a bytearray ?
>
> Python does not actually have a native array type.  Everything in your
> program that looked like an array was actually a list.

How do you mean?

>>> isinstance(bytearray(b'RNBQKBNR'), list)
False
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to