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 <taojie@...>
Date: 2018-02-05T07:37:16Z
MNEMONIC-463: Should load native library in memory allocator service lazily
----
---