-
Bug
-
Resolution: Done
-
Major
-
28.0.1.Final
-
None
WildFly uses:
TagWriterImpl.newInstance(context, output, size)
to create the ProtoStream writer when the marshaller is able to compute the buffer size of the target object. However, this still requires a separate buffer, in the event that the actual size is larger or smaller than the buffer size. However, with ProtoStream, all compute sizes are precise, therefore this buffer copy is completely redundant.
- causes
-
JBEAP-24806 Clustering - performance degradation
- Closed