Files
SpacetimeDB/crates/client-api
joshua-spacetime 99bd7ac591 perf(1024): Remove serialization from tx execution thread (#1027)
Closes #1024.

Before this change,
we would serialize messages **before** inserting into the send queue.

Because we commit the tx only after inserting into the send queue,
this meant we were holding onto the database lock unnecessarily.

After this change,
we serialize messages **after** inserting into the send queue.
This means we serialize only after committing the tx.
2024-03-27 16:06:10 +00:00
..
2023-08-03 02:07:38 +02:00