Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
After benchmarking 3.0 version, Automatic primitive value wrapping might be really painfull in term of performance.
This is mostly due to Codec using generic, and generic cannot use primitive type.
Even if codec registry permits setting specific codec, primitive codec must implement specific primitive encoding/decoding to avoid this painful performance regression