You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by taojieterry <gi...@git.apache.org> on 2018/02/05 07:40:25 UTC

[GitHub] mnemonic pull request #92: MNEMONIC-463: Should load native library in memor...

GitHub user taojieterry opened a pull request:

    https://github.com/apache/mnemonic/pull/92

    MNEMONIC-463: Should load native library in memory service lazily

    Now we have several memory allocator service implementations such as pmalloc, pmem, javavmem. Once we instantiate a memory allocator service, it would try to load native library for all implementations. As a result, we should prepare all of those native library even if we only use one kind of memory service. Loading native library should be lazy.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/taojieterry/mnemonic master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mnemonic/pull/92.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #92
    
----
commit a2abf28b3fde1b0c69ddd813d8bb159562e2bc4b
Author: taojie <ta...@...>
Date:   2018-02-05T07:37:16Z

    MNEMONIC-463: Should load native library in memory allocator service lazily

----


---

[GitHub] mnemonic pull request #92: MNEMONIC-463: Should load native library in memor...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/mnemonic/pull/92


---