You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/11/21 17:32:39 UTC

[13/14] incubator-mnemonic git commit: MNEMONIC-165 - Add sys-vmem service to Durable Memory Service Comparison Table in README

MNEMONIC-165 - Add sys-vmem service to Durable Memory Service Comparison Table in README


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/95606582
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/95606582
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/95606582

Branch: refs/heads/master
Commit: 956065829557f7e195ed09a525cfd3240e79c7e4
Parents: 17d7648
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Sat Nov 19 09:59:45 2016 -0800
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Sat Nov 19 10:01:36 2016 -0800

----------------------------------------------------------------------
 README.md | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/95606582/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9f5a776..990df94 100644
--- a/README.md
+++ b/README.md
@@ -202,6 +202,7 @@ Please see the file LICENSE for information on how this library is licensed.
 * **mnemonic-memory-services/mnemonic-pmalloc-service** -- the submodule project for pmalloc memory service
 * **mnemonic-memory-services/mnemonic-nvml-vmem-service** -- the submodule project for vmem memory service
 * **mnemonic-memory-services/mnemonic-nvml-pmem-service** -- the submodule project for pmem memory service
+* **mnemonic-memory-services/mnemonic-sys-vmem-service** -- the submodule project for system vmem memory service
 * **mnemonic-memory-services/service-dist** -- the location of extensive memory services (auto-generated)
 * **mnemonic-computing-services/mnemonic-utilities-service** -- the submodule project for utilities computing service
 * **mnemonic-computing-services/service-dist** -- the location of extensive computing services (auto-generated)
@@ -210,18 +211,18 @@ Please see the file LICENSE for information on how this library is licensed.
 #### Durable Memory Service Comparison Table
 
 
-|    Features                     |    NVML-VMEM    |    PMALLOC    |    NVML-PMEM    |
-|---------------------------------|:---------------:|:-------------:|:---------------:|
-|    Fixed   Durable K-V Store    |        NA       |       O       |        O        |
-|    Support DOM                  |        O        |       O       |        O        |
-|    Support DNCM                 |        O        |       O       |        O        |
-|    Support OS X                 |        NA       |       O       |        NA       |
-|    Memory Map Sync.             |        NA       |       O       |        O        |
-|    PM Flush                     |        NA       |       NA      |        O        |
-|    PM Drain                     |        NA       |       NA      |        O        |
-|    PM Persist                   |        NA       |       NA      |        O        |
-|    PM Atomic   Ops.             |        NA       |       NA      |        O        |
-|    Performance                  |       High      |      High     |       Low       |
+|    Features                     |    NVML-VMEM    |    PMALLOC    |    NVML-PMEM    |     SYS-VMEM    |
+|---------------------------------|:---------------:|:-------------:|:---------------:|:---------------:|
+|    Fixed   Durable K-V Store    |        NA       |       O       |        O        |        NA       |
+|    Support DOM                  |        O        |       O       |        O        |        O        |
+|    Support DNCM                 |        O        |       O       |        O        |        O        |
+|    Support OS X                 |        NA       |       O       |        NA       |        O        |
+|    Memory Map Sync.             |        NA       |       O       |        O        |        NA       |
+|    PM Flush                     |        NA       |       NA      |        O        |        NA       |
+|    PM Drain                     |        NA       |       NA      |        O        |        NA       |
+|    PM Persist                   |        NA       |       NA      |        O        |        NA       |
+|    PM Atomic Ops.               |        NA       |       NA      |        O        |        NA       |
+|    Expected Performance         |       Average   |     Average   |  Slow(on Disk)  |       Fast      |
 
 To build this library, you may need to install some required packages on the build system: