Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.90.5, 0.92.0
-
Reviewed
Description
Every single Put causes the allocation of at least one OperationStatus, yet OperationStatus is almost always stateless, so these allocations are unnecessary and could be avoided. Attached patch adds a few singletons and uses them, with no public API change. I didn't test the patches, but you get the idea.