mikolalysenko / mudb

Low latency state replication for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support MuVarint and MuRelvarint in MuStruct's code generation

mikolalysenko opened this issue · comments

In order for these functions to be fast they should be inlined by MuStruct's code generation.

Switching some of the box3 id types to use MuVarint significantly slowed down serializtion. We should make varints easier to use so they become the default for most schemas.