[Python-Dev] Replacement for array.array('u')? (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Fri Mar 22 06:39:05 EDT 2019
- Previous message (by thread): [Python-Dev] Replacement for array.array('u')?
- Next message (by thread): [Python-Dev] Replacement for array.array('u')?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 22 Mar 2019 20:31:33 +1300 Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
A poster on comp.lang.python is asking about array.array('u'). He wants an efficient mutable collection of unicode characters that can be initialised from a string.
TBH, I think anyone trying to use array.array should be directed to Numpy these days. The only reason for array.array being here is that it predates Numpy. Otherwise we'd never have added it.
Regards
Antoine.
- Previous message (by thread): [Python-Dev] Replacement for array.array('u')?
- Next message (by thread): [Python-Dev] Replacement for array.array('u')?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]