-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
There is some complexity with the pooled buffer alloc, since it does not provide a pointer eagerly. redbeard0531 hacked it in this patch and saw a noticeable performance improvement by eagerly doing the pointer arithmetics. On this patch, grow() was written to be especially friendly to how compilers like to generate code.
- related to
-
SERVER-60137 Improve Buffer Allocation for Common BSON-related Sizes
- Closed