Trigary / Iodine

A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
GNU General Public License v3.0
24 stars 0 forks source link

Variable-length encoding #12

Open Trigary opened 4 years ago

Trigary commented 4 years ago

A lot of serialized data could benefit from variable-length encoding (batches of 7 bits of data + 1 bit flag). This is in order to reduce the serialized size of the GUIs.