Mirror/Assets
Paul Pacheco 97e9ac2483 perf: Reduce enum bandwidth (#794)
enums are serialized according to their size.
if enum extend byte,  they use 1 byte
if enum extend short, they use 2 bytes
if enum extend int,  they are varinted
if enum extend long, they are varinted

So on average,  most enums will take 1 byte.   Previously they always required 4 bytes
2019-04-11 00:01:09 +02:00
..
Mirror perf: Reduce enum bandwidth (#794) 2019-04-11 00:01:09 +02:00
Mirror.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00