Carl Sverre
Carl Sverre
Three projects worth investigating for this are: - https://github.com/bytecodealliance/jco - https://crates.io/crates/javy - https://bellard.org/quickjs/
Currently we are rebasing the timeline every time we receive a frame from the server. This is needlessly expensive and can be improved. Two perf holes: 1. the server is...
detect which tables are changed by each mutation as well as which tables are depended on by each query subscription - only invalidate queries that reference changed tables