mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-13 10:21:37 +02:00
docs/release-notes: add new brontide optimization to 0.14 notes
This commit is contained in:
parent
3e1558b616
commit
8339b285e7
@ -200,7 +200,13 @@ you.
|
|||||||
transaction each time a private key needs to be derived for signing or ECDH
|
transaction each time a private key needs to be derived for signing or ECDH
|
||||||
operations]https://github.com/lightningnetwork/lnd/pull/5629). This results
|
operations]https://github.com/lightningnetwork/lnd/pull/5629). This results
|
||||||
in a massive performance improvement across several routine operations at the
|
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
|
## Log system
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user