Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szarnyasg/sparse-matrix-benchmarks
https://github.com/szarnyasg/sparse-matrix-benchmarks
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/szarnyasg/sparse-matrix-benchmarks
- Owner: szarnyasg
- Created: 2018-10-06T11:09:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T19:02:11.000Z (about 6 years ago)
- Last Synced: 2024-11-25T05:44:57.116Z (about 1 month ago)
- Language: Java
- Size: 774 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Performance test for sparse matrix multiplication in ojAlgo
## Input files
The files are encoded as TSVs with source and target ids.
```console
$ wc -l src/test/resources/f*txt
43307 src/test/resources/f1.txt
240733 src/test/resources/f2.txt
284040 total
```