From 20b657cbde36037df464384bc8e37c19163c7339 Mon Sep 17 00:00:00 2001 From: aksnzhy Date: Sat, 22 Sep 2018 19:45:54 +0800 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4befe5..70593789 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ xLearn is a ***high performance***, ***easy-to-use***, and ***scalable*** machin -xLearn is developed with high-performance C++ code with careful design and optimizations. Our system is designed to maximize CPU and memory utilization, provide cache-aware computation, and support lock-free learning. By combining these insights, xLearn is 5x-13x faster compared to similar systems. +xLearn is developed by high-performance C++ code with careful design and optimizations. Our system is designed to maximize CPU and memory utilization, provide cache-aware computation, and support lock-free learning. By combining these insights, xLearn is 5x-13x faster compared to similar systems. ### Ease-of-use