Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The instanceof checks added to EntryEventImpl for offheap have slowed down the performance of heap. This slow down will probably only be noticed when the cache operation is local. When the operations is distributed the network adds enough overhead that the extra time in the instanceof checks is not noticed.