Hello there!
I was using the crate as a dependency and noticed the bundled data is kind of big ... so I wanted to suggest gzipping it in the included bytes and decompressing that on-read.
in my setup it drops the bundled size from 25-ish MB to 8.
This is my quick and dirty implementation if you want to go over it and suggest things.
jspaezp#1
(also LMK if you have an opinion on the bundled data and version-control->binary lifecycle)
Hello there!
I was using the crate as a dependency and noticed the bundled data is kind of big ... so I wanted to suggest gzipping it in the included bytes and decompressing that on-read.
in my setup it drops the bundled size from 25-ish MB to 8.
This is my quick and dirty implementation if you want to go over it and suggest things.
jspaezp#1
(also LMK if you have an opinion on the bundled data and version-control->binary lifecycle)