Skip to content

Commit

Permalink
Optimize RPC target reflection
Browse files Browse the repository at this point in the history
Cache the results of reflection based on the type and options so subsequent connections can be made faster and with less GC pressure.
Also move all the RPC target handling from JsonRpc to its own class.
  • Loading branch information
AArnott committed Oct 29, 2020
1 parent 154a566 commit 6a42432
Show file tree
Hide file tree
Showing 5 changed files with 723 additions and 559 deletions.
Loading

0 comments on commit 6a42432

Please sign in to comment.