mikolalysenko / mudb

Low latency state replication for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MuStruct optimization: Pack boolean variables into a bit field

mikolalysenko opened this issue · comments

Could pack all the bit field deltas into a single bit field, would reduce space by up to 8x for structs with many bit fields.