Commit d012c33
authored
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]
```1 parent 734497f commit d012c33
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
44 | | - | |
45 | | - | |
| 41 | + | |
| 42 | + | |
0 commit comments