how to decode a data.arrows.fury
file in browser
#1995
-
I am a front-end web developer and I want to use arrows files on my website. To save network bandwidth, I plan to use Python to compress the data.arrows file into a data.arrows.fury file. I would like to know if this operation is feasible. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's not feasible, arrow files are already binary, you can't get more compression gains by using fury. Maybe you could try some compression library such as zstandard/lz4 |
Beta Was this translation helpful? Give feedback.
-
find encoder doc but arrow not support js decoder |
Beta Was this translation helpful? Give feedback.
It's not feasible, arrow files are already binary, you can't get more compression gains by using fury. Maybe you could try some compression library such as zstandard/lz4