clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.12k stars 100 forks source link

Reduce footprint of `present_rows` to 10 bytes #1152

Closed Centril closed 2 weeks ago

Centril commented 3 weeks ago

It turns out that the following are all redundant:

And the following is too wide:

Having eliminated 22 bytes of 32, we are left with 10 bytes which is just *const u32, u16.