From 1718819ddaa926334985c21fd307e0f3c14644f7 Mon Sep 17 00:00:00 2001 From: anlow12 <41318081+anlow12@users.noreply.github.com> Date: Mon, 16 Jul 2018 23:14:08 -0700 Subject: [PATCH] spelling error effiency->efficiency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c215737..f609bdc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Python for this kind of work, I am no longer updating the code for those languag BreezySLAM works with Python 2 and 3 on Linux and Mac OS X, and with C++ on Linux and Windows. By using Python C extensions, we were able to get the Python and Matlab versions to run -as fast as C++. For maximum effiency on 32-bit platforms, we use Streaming +as fast as C++. For maximum efficiency on 32-bit platforms, we use Streaming SIMD extensions (Intel) and NEON (ARMv7) in the compute-intensive part of the code.