[ 
https://issues.apache.org/jira/browse/ARROW-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16238322#comment-16238322
 ] 

ASF GitHub Bot commented on ARROW-1760:
---------------------------------------

bigdata-memory commented on issue #36: ARROW-1760: [Java] Add Apache Mnemonic 
(incubating) as alternative backed allocator
URL: https://github.com/apache/arrow/pull/36#issuecomment-341820763
 
 
   The Mnemonic has three allocators i.e. VolatileMemAllocator, 
NonVolatileMemAllocator and SysMemAllocator, all of them rely on qualified 
memory services.  those allocators abstract fundamental interface operations 
for DOM and DCM, Regarding how smaller allocations would work, that would 
totally depend on the implementation of specific memory service. the action 
e.g. move a buffer between memory domains might be handled by Mnemonic directly 
later or Arrow itself, I think this kind of action could be pretty 
straightforward because there may be no customizable links between ArrowBufs. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Java] Add Apache Mnemonic (incubating) as alternative allocator for 
> storage-class memory support
> -------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-1760
>                 URL: https://issues.apache.org/jira/browse/ARROW-1760
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Java - Memory
>            Reporter: Wes McKinney
>              Labels: pull-request-available
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to