On Thu, Jul 23, 2009 at 3:54 PM, Charles R
Harris<charlesr.har...@gmail.com> wrote:
>
> Would something like
>
> In [2]: array("ABCDEF", 'c').view(uint8)
> Out[2]: array([65, 66, 67, 68, 69, 70], dtype=uint8)
>
> work for you?

Yes, that also looks good. I guess I have a couple of options to
benchmark now :)

Thank you,

Peter
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to