From 5aaf6de98991ae06107bc8cfb4fe278e4f84d29f Mon Sep 17 00:00:00 2001 From: Tate Tian Date: Mon, 27 May 2019 22:11:14 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4440aa2d..2017c0ca 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The Occlum Dockerfile can be found at [here](tools/docker/Dockerfile). Use it to ## What is the Implementation Status? -The current version is **only for technical preview, not ready for production use**. Yet, even with this early version, we are able to port real-world, multi-process applications such as [Fish shell](https://fishshell.com/), [GCC](https://gcc.gnu.org/), and [Lighttpd](http://www.lighttpd.net/) to SGX in less 100 LoC modifications. Thanks to the efficient multitasking support, Occlum \emph{significantly} outperforms traditional SGX LibOSes on workloads that involve process spawning. +The current version is **only for technical preview, not ready for production use**. Yet, even with this early version, we are able to port real-world, multi-process applications such as [Fish shell](https://fishshell.com/), [GCC](https://gcc.gnu.org/), and [Lighttpd](http://www.lighttpd.net/) to SGX in less 100 LoC modifications. Thanks to the efficient multitasking support, Occlum can outperform traditional SGX LibOSes on multi-process workloads *significanlty*, delivering one or two orders of magnitude speedups when the workloads involve process spawning. This project is being actively developed. We now focus on implementing more system calls and additional features required in the production environment.