Phoebe Goldman
Phoebe Goldman
Note that `{f32,f64}::total_cmp`, aka IEEE 754-2008 *totalOrder*: 1. Is implemented relatively efficiently in the Rust standard library as branchless integer arithmetic, whereas `decorum::FloatOrd` and `FloatEq` are implemented relatively slowly with...
WS protocol versioning should protect us.
True, if we want to do this in the near future it is more relevant whether it requires a different WS message schema.
MVP / definition of done, as I see it: - Determine some time at which to compress old commitlog segments. Possibly: - Whenever a commitlog segment is filled and a...
> Test that traversing a compressed segment from an offset that is not the start of the segment is not catastrophically slower (e.g. by having to decompress and traverse from...
> at least back to the latest snapshot. Ack. This is a significantly weaker constraint than the one you wrote originally. E.g. I believe we would accept a solution where...
This is part of the intended design (for what that's worth; it's totally fair to criticize the intended design). My belief is that `try_*` methods are only necessary in Rust,...
Design work, at least, is dev ex.
Are you deleting and re-inserting the same row within a single transaction? If so, it is intended behavior that SpacetimeDB treats these as no-ops and does not broadcast any event...
@jdetter wants a change in SpacetimeDB to do server-side filtering.