Skip to content

Commit

Permalink
msggen: Use owned versions to convert from cln-rpc to cln-grpc
Browse files Browse the repository at this point in the history
We needed to clone a lot since we were using a non-mutable borrow of
the cln-rpc version to then create the cln-grpc version. This alone
reduces the number of allocations of the `listpeers` test from 52
allocations to 38.
  • Loading branch information
cdecker committed Sep 22, 2022
1 parent 947614d commit 5065dba
Show file tree
Hide file tree
Showing 5 changed files with 816 additions and 816 deletions.
Loading

0 comments on commit 5065dba

Please sign in to comment.