Adafruit_Learning_System_Gu.../ulab_Crunch_Numbers_Fast
Zoltán Vörös d012c336b2
call ulab.numerical.std directly in timeit
New times 

```
Computing the RMS value of 100 numbers
traditional          :    5.188ms [result=3535.843611]
ulab, with ndarray, some implementation in python :    0.504ms [result=3535.853624]
ulab only, with list :    0.636ms [result=3535.854340]
ulab only, with ndarray :    0.121ms [result=3535.854340]
```
2020-05-02 14:18:15 +02:00
..
benchmark.py call ulab.numerical.std directly in timeit 2020-05-02 14:18:15 +02:00
cluebarometer.py Add examples for upcoming ulab guide 2020-03-06 15:19:48 -06:00
cluepulse.py Add examples for upcoming ulab guide 2020-03-06 15:19:48 -06:00
ledwave.py Add examples for upcoming ulab guide 2020-03-06 15:19:48 -06:00
waterfall.py waterfall: adjust to changed name of function 2020-03-27 10:07:23 -05:00