[infinispan-issues] [JBoss JIRA] (ISPN-8520) Use single memory block for address list values

William Burns (JIRA) issues at jboss.org
Thu Nov 9 15:01:00 EST 2017


William Burns created ISPN-8520:
-----------------------------------

             Summary: Use single memory block for address list values
                 Key: ISPN-8520
                 URL: https://issues.jboss.org/browse/ISPN-8520
             Project: Infinispan
          Issue Type: Sub-task
          Components: Off Heap
    Affects Versions: 9.2.0.Alpha2
            Reporter: William Burns


Currently off heap stores the values as a forward only list of separate pointers. We could instead store these in a single block of memory for each bucket. This would reduce overhead for each bucket as it would only require 1 block of memory. However every time a new entry is added or removed we would have to free the entire block of memory. This however would have the benefit of the lookup would be much more efficient when we have more entries as they are contiguous in memory.

This issue would probably benefit reads at the cost of writes possibly, but it would have to be tested with different sizes of address lookups to be sure.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list