Roman Titov

Results 77 comments of Roman Titov

When using no-ops (finish non-existing shard transfer) as the simplest test, consensus is doing **10k ops / second**. 🤯🤯🤯

> Could you elaborate a bit on the observable effects of this change? 📈 Slight (and more stable) speedup on top of #3931. E.g., instead of sending 100 separate messages...

> > The only possible concern would be to check if we have any limit on maximal size of a single gRPC message, maybe we should increase it. > >...

@generall Do we also want an issue in `qdrant` regarding `max_optimization_threads: 0`?

Our assertions are more informative, so I'd still leave them. But PR itself is LGTM.

> > Our assertions are more informative, so I'd still leave them. But PR itself is LGTM. > > That's true, though I don't expect to hit them again. If...

Here is the error log: ``` error[E0433]: failed to resolve: use of undeclared type or module `wasm_bindgen` --> src/router.rs:93:21 | 93 | T::try_from(js! { return history.state; }).unwrap_or_default() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use...