iiitl / iiitl/chuck

graph-analytics C++ backend is slower than Python backend

Open
#38 3 comments 0 reactions 1 assignee Claimed by @Phantom0299 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.