aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-09-30 15:13:45 +0200
committerGitHub <[email protected]>2022-09-30 06:13:45 -0700
commitbcc85c7e5cbcf0737f5180e3d601e63b480e8949 (patch)
tree134d702e98ec63ff06e6d08345a4d021812d33b3 /CHANGELOG.md
parentUse bucket/key to get inline value in upstream for chunks without a chunkid (... (diff)
downloadzen-bcc85c7e5cbcf0737f5180e3d601e63b480e8949.tar.xz
zen-bcc85c7e5cbcf0737f5180e3d601e63b480e8949.zip
De/reduce buffer creation in parsepackedmessage (#175)
* Don't create call CreateBuffer for attachement data that we only read and not keep * changelog * don't read oplog attachments into memory just to do a redundant store of them
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79d125d10..33dd37e08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- Bugfix: CompactBinary: Fixed LoadCompactBinary to gracefully handle read failures and sizes larger than the archive. From https://p4-swarm.epicgames.net/changes/21983905
- Improvement: Logging: don't do formatting of messages the will not be logged
- Improvement: Logging: Timing and upstream source information in upstream logging when debug level logging is enabled
+- Improvement: Reduce buffer creation and copying in ParsePackageMessage
## v0.1.5
- Bugfix: Don't fail entire request if GetCacheValue from Horde fails for a single value