https://github.com/vorner/fastmatmult
Some experiments… and maybe a surprise coming.
https://github.com/vorner/fastmatmult
Last synced: over 1 year ago
JSON representation
Some experiments… and maybe a surprise coming.
- Host: GitHub
- URL: https://github.com/vorner/fastmatmult
- Owner: vorner
- License: apache-2.0
- Created: 2018-04-16T19:39:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T17:34:24.000Z (over 7 years ago)
- Last Synced: 2025-03-17T11:54:07.637Z (over 1 year ago)
- Language: Rust
- Size: 602 KB
- Stars: 33
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# This is not the library you're looking for
This is a case study about how to approach optimizing things. There's a
presentation about that (included here) and a [blog
post](https://vorner.github.io/2018/05/12/Mat-perf.html).
If you are looking for an actual, practically usable library to multiply
matrices, you are at the wrong place.
# Compilation
Compiles with nightly-2018-04-12