-
I had a quick run of a profiler to see where time was being spent, and about half the time was spent copying String in UserName in Name.
The `Name` enum looks like:
```
#[derive(Clone, Debug, Eq,…
-
The main context for this is well described by https://github.com/BurntSushi/memchr/pull/156.
I think (in rough order of impact) we should:
* [ ] switch from `str.contains` to [memchr](https://doc…
-
Hello,
using your library to make data acquisition i noticed that sometimes computeVolt return a bad result, due to some compiler optimisation, like in this output :
Channel 1 and 2 are wrong :…
-
version 2020.03.3 installed on Google Colab. [Link to notebook](https://colab.research.google.com/drive/1ZBu27MOuD2STOSWcgMmKR7B4jgQoVQi-?usp=sharing)
By visual inspection of the 3D structures it a…
-
## Description
The default tolerance for the power method, used to calculate the norm of linear operators, is set to 1e-5. This is used when deciding if the calculated norm is small enough to be assu…
-
**Is your feature request related to a problem? Please describe.**
Currently, there are two possibilities for performing store optimisation (i.e. saving disk space by hardlinking identical files in t…
-
Many function in `Sys` like `Sys.file_exists` are entering/exiting the blocking section and copying the string filename because it may move. This seems only useful and a slow network file system. The …
-
Executive summary:
The model is implemented in n150 with new conv-api.
Dimension: 1, 10, 2047, 255
Utilization:
op ----- Utilization
Conv1 ----- 3%
Conv2 ----- 16%
Conv3 ----- 14%
Conv4 ----- 8%
Conv…
-
Executive summary:
The model is implemented in n150 with new conv-api.
Dimension: 1, 3, 128, 128
**Utilization:
op ----- Utilization**
Conv1 ----- 0%
Conv2 --…
-
Gotta make sure it works well on lowend devices