An open API service indexing awesome lists of open source software.

https://github.com/vigna/webgraph-rs

A Rust port of the WebGraph framework
https://github.com/vigna/webgraph-rs

Last synced: about 1 year ago
JSON representation

A Rust port of the WebGraph framework

Awesome Lists containing this project

README

          

# WebGraph

![license](https://img.shields.io/crates/l/webgraph)
[![Line count](https://tokei.rs/b1/github/vigna/webgraph-rs)](https://github.com/vigna/webgraph-rs)

A Rust implementation of the [WebGraph
framework](http://webgraph.di.unimi.it/) for graph compression.

## At a Glance

- Compressed graph representation (start from here):
[`webgraph`](http://crates.io/crates/webgraph) ([repo](/webgraph))

- Algorithms: [`webgraph_algo`](http://crates.io/crates/webgraph_algo)
([repo](/algo))

- CLI commands: [`webgraph_cli`](http://crates.io/crates/webgraph_cli)
([repo](/cli))

## Acknowledgments

This software has been partially supported by project SERICS (PE00000014) under
the NRRP MUR program funded by the EU - NGEU, and by project ANR COREGRAPHIE,
grant ANR-20-CE23-0002 of the French Agence Nationale de la Recherche. Views and
opinions expressed are however those of the authors only and do not necessarily
reflect those of the European Union or the Italian MUR. Neither the European
Union nor the Italian MUR can be held responsible for them.