inaos / iron-array

2 stars 0 forks source link

Convert the ironArray header into msgpack #488

Closed FrancescAlted closed 2 years ago

FrancescAlted commented 2 years ago

Right now, the ironArray header does not have a msgpack header. This prevents it to be dumped by using general tools like https://github.com/BatchLabs/msgpack-dump. Converting it to msgpack should fix this.

My suggestion is to use a fixarray as the first element in the header.

Remember to update the .iarr files for the test suite after changing the header.