You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an attempt to improve on issue #1. The performance is slightly
better than with ndarray but still worse than the struct-and-vec
implementation:
```
test bench_classify_mlp ... bench: 783 ns/iter (+/- 19)
test bench_classify_mmlp ... bench: 1,058 ns/iter (+/- 26)
```
or at least not enough to beat the structs-and-vecs approach.
The text was updated successfully, but these errors were encountered: