Skip to content

Code for the talk about computing graph statistics online.

Notifications You must be signed in to change notification settings

wiredsister/online_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic pitfalls in programming for graphs using two approaches

  • Computations w/ the adjacency matrix
  • Different types of traversal queries

What it means to aggregate instead of querying the graph at runtime.

  • (e.g. performance tradeoffs and space in RAM vs disk)
  • Online approaches to computing a few graph statistics.

About

Code for the talk about computing graph statistics online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages