ashvardanian / ashvardanian/NumKong
Feature: Sparse Matrix Multiplications
Open
enhancement
- Dominant language
- C
- Stars
- 1.9k
- Forks
- 130
- Avg merge
- 18h 28m
- Merged PRs (30d)
- 3
Description
### Describe what you are looking for
In numpy/scipy, `A @ B` is much faster if `A` is sparse and turned into scipy sparse matrix. If both are sparse or only matrix `A` is sparse and `B` is dense. Both works.
Can SimSIMD improve such matrix multiplications.
### Can you contribute to the implementation?
- [ ] I can contribute
### Is your feature request specific to a certain interface?
It applies to everything
### Contact Details
_No response_
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.