graph-analytics C++ backend is slower than Python backend
Open
accepted-2
medium
speedup
- Dominant language
- Python
- Stars
- 0
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
C++ backend is inefficient in its implementation of the PageRank algorithm in graph-analytics, using `map>`, taking around 17ms, while the current Python backend runs in around 7ms, in pure Python. If changes in #35 get merged, C++ backend for graph-analytics will lag even more behind the Python one. A faster and more optimized implementation is needed.
Contributor guide
Assessment
This issue has not been assessed yet.