From 10eb4d4a9ada0037a589183b179caa4c55f41a50 Mon Sep 17 00:00:00 2001 From: Dmitry Golovin Date: Tue, 15 Mar 2022 15:37:39 +0300 Subject: [PATCH] Update index.md --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 83c343b..9da88e8 100644 --- a/index.md +++ b/index.md @@ -405,12 +405,12 @@ and it will work with pure python as well. It simplifies the development a lot, so I prefer to use numba instead of cython. ## Calculate EMA - conclusions -- numpy with slices are considerably fast for most cases +- numpy with slices is fast enough for most cases - work directly with numpy and bypass xarray and pandas - you can compile your code with cython or numba to work directly with underlying C-arrays in RAM - cython is not python and it is more tricky than numba. -But numba requires additional time(often small) for JIT compilation. +Numba requires additional time(often small) for JIT compilation. # [[Author]](/)