Mijago / D2ArmorPicker

GNU Affero General Public License v3.0
136 stars 40 forks source link

Reduce the size of saved and exported builds by encoding the settings instead of compressing them. #125

Open Mijago opened 1 year ago

Mijago commented 1 year ago

For this, remove the Dependency on the lzip library and encode the data 'manually'.

My dream is that we encode the whole config in a short string which can be shared. Best: ASCII only, no fancy Unicode.

Problems I see: