tatst / rl-glue-ext

Automatically exported from code.google.com/p/rl-glue-ext
0 stars 0 forks source link

Update Python codec to use real arrays instead of lists #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think it will be better to use typed arrays instead of lists.

http://docs.python.org/lib/module-array.html

Original issue reported on code.google.com by brian.ta...@gmail.com on 26 Sep 2008 at 12:06

GoogleCodeExporter commented 8 years ago

Original comment by brian.ta...@gmail.com on 1 Oct 2008 at 6:48

GoogleCodeExporter commented 8 years ago
This has been at least partially achieved by the December change that uses 
NumPy for
reading arrays off the wire.

Original comment by brian.ta...@gmail.com on 22 Jan 2009 at 7:27