mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
docs/release-notes: add new brontide optimization to 0.14 notes
This commit is contained in:
parent
3e1558b616
commit
8339b285e7
1 changed files with 7 additions and 1 deletions
|
@ -200,7 +200,13 @@ you.
|
|||
transaction each time a private key needs to be derived for signing or ECDH
|
||||
operations]https://github.com/lightningnetwork/lnd/pull/5629). This results
|
||||
in a massive performance improvement across several routine operations at the
|
||||
cost of a small amount of memory allocated for a new cache.
|
||||
|
||||
* [When decrypting incoming encrypted brontide messages on the wire, we'll now
|
||||
properly re-use the buffer that was allocated for the ciphertext to store the
|
||||
plaintext]https://github.com/lightningnetwork/lnd/pull/5622). When combined
|
||||
with the buffer pool, this ensures that we no longer need to allocate a new
|
||||
buffer each time we decrypt an incoming message, as we
|
||||
recycle these buffers in the peer.
|
||||
|
||||
## Log system
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue