vnmabus / rdata

Reader of R datasets in .rda format, in Python
https://rdata.readthedocs.io
MIT License
45 stars 2 forks source link

Use efficient routines for parsing arrays #13

Closed vnmabus closed 2 years ago

vnmabus commented 3 years ago

The XDR parser supports the unpack_farray method for parsing a whole array, instead of using a python loop. We should try to use that.

vnmabus commented 2 years ago

It seems that the implementation is also in Python, so there is no advantage in doing that for now.