Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
We should evaluate alternatives to Arraylist for the OffHeapMemoryBuffer Pointers list - for efficiency and concurrency (ArrayList could raise some issue in that field ifsynchronization is not well handled). A nice alternative could be http://code.google.com/p/vanilla-java/wiki/HugeCollections - it handles huge collections of homogeneus objects using off-heap memory (a good fit for the Pointers list)
Attachments
Issue Links
- is broken by
-
DIRECTMEMORY-78 Completely remove the deprecated OffHeapMemoryBuffer
- Resolved