Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Brant BurnettBrant BurnettReporter
Brant BurnettBrant BurnettLabels
Story Points
1Components
Fix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Brant Burnett
Brant BurnettReporter
Brant Burnett
Brant BurnettLabels
Story Points
1
Components
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created March 27, 2019 at 12:11 AM
Updated April 24, 2020 at 8:22 PM
Resolved March 30, 2019 at 1:48 PM
This change should reduce heap allocations (especially on the LOH for responses > 80KB) and the amount of bit blitting.
Note: unless we implement a custom memory pool, responses > 1MB will still be heap allocated. However, it should still reduce the number of heap allocations involved in this edge case, and a custom memory pool can be added in a future iteration if required.
Note: Follow-up with https://couchbasecloud.atlassian.net/browse/NCBC-1897#icft=NCBC-1897 is required to reach best efficiency.