forked from snap-stanford/snap-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CREDITS.txt
22 lines (19 loc) · 849 Bytes
/
CREDITS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Snap.py is a Python interface for SNAP. SNAP is a general purpose, high
performance system for analysis and manipulation of large networks. SNAP
is written in C++ and optimized for maximum performance and compact graph
representation. It easily scales to massive networks with hundreds of
millions of nodes, and billions of edges.
Snap.py provides performance benefits of SNAP, combined with flexibility
of Python. Most of the SNAP functionality is available via Snap.py in Python.
The following people contributed to the development of Snap.py (in
alphabetical order):
Jure Leskovec
Stephen Macke
Karthik Ramachandran
Sheila Ramaswamy
Nicholas Shelly
Rok Sosic
Ming Han Teh
Special thanks go to the students in the 2013 class of CS224W at Stanford
University, who helped with the initial version of the manuals and the beta
releases of Snap.py.