mirror of https://github.com/ethereum/go-ethereum
rpc: linear time batch response matching (#23856)
This avoids quadratic time complexity in the lookup of the batch element corresponding to an RPC response. Unfortunately, the new approach requires additional memory for the mapping from ID to index. Fixes #22805pull/23861/head
parent
03bc8b7858
commit
53b94f135a
Loading…
Reference in new issue