Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markzhai/pagerank-on-weibo-user-connection
PageRank parallel analysis and computing on sina weibo data
https://github.com/markzhai/pagerank-on-weibo-user-connection
Last synced: 8 days ago
JSON representation
PageRank parallel analysis and computing on sina weibo data
- Host: GitHub
- URL: https://github.com/markzhai/pagerank-on-weibo-user-connection
- Owner: markzhai
- Created: 2012-09-20T04:20:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-20T10:29:12.000Z (over 12 years ago)
- Last Synced: 2024-11-08T12:17:24.696Z (2 months ago)
- Language: C
- Homepage:
- Size: 699 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
snsmc
=====
It is a project of parallel analysis and computing on sina weibo data.
Exactly, A SNS implementation of PageRank algorithm.Redis is used as database. It is sharded into several instances to improve
its single-process bottleneck.Folder src is the C computing source code.