1. 04 Nov, 2021 1 commit
    • Felix Lange's avatar
      rpc: linear time batch response matching (#23856) · 53b94f13
      Felix Lange authored
      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 #22805
      53b94f13
  2. 02 Nov, 2021 4 commits
  3. 01 Nov, 2021 7 commits
  4. 31 Oct, 2021 1 commit
  5. 29 Oct, 2021 1 commit
    • Martin Holst Swende's avatar
      eth/filters, p2p/simulations: fix benchmarks (#23806) · 31870a59
      Martin Holst Swende authored
      Some benchmarks in eth/filters were not good: they weren't reproducible, relying on geth chaindata to be present.
      
      Another one was rejected because the receipt was lacking a backing transcation.
      
      The p2p simulation benchmark had a lot of the warnings below, due to the framework calling both
      Stop() and Close(). Apparently, the simulated adapter is the only implementation which has a Close(),
      and there is no need to call both Stop and Close on it.
      31870a59
  6. 28 Oct, 2021 2 commits
  7. 27 Oct, 2021 2 commits
  8. 26 Oct, 2021 3 commits
  9. 25 Oct, 2021 2 commits
  10. 21 Oct, 2021 2 commits
  11. 20 Oct, 2021 6 commits
  12. 19 Oct, 2021 1 commit
  13. 18 Oct, 2021 8 commits