Open shesek opened 3 years ago
This actually hurts performance because the batched response has to be bueffered, as @TheBlueMatt explains in https://github.com/romanz/electrs/issues/373#issuecomment-785533444.
Instead, send multiple RPC requests in parallel using a thread pool.
Also see https://github.com/romanz/electrs/pull/374.
This actually hurts performance because the batched response has to be bueffered, as @TheBlueMatt explains in https://github.com/romanz/electrs/issues/373#issuecomment-785533444.
Instead, send multiple RPC requests in parallel using a thread pool.
Also see https://github.com/romanz/electrs/pull/374.