SpacetimeDB
SpacetimeDB copied to clipboard
Single-threaded subscription evaluation
Description of Changes
Removes rayon from subscription evaluation and replaces its parallel iterators with sequential ones, the purpose of which is to optimize the common case of small updates where multithreading just adds overhead.
API and ABI breaking changes
None
Expected complexity level and risk
1
Just removes rayon and replaces into_par_iter() with into_iter().
Testing
- [ ] Bot test