Skip to content

Commit

Permalink
chore: Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jun 21, 2024
1 parent 9bc7eee commit dd1b340
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ A fast R library for working with Nodes in a graph.
- Directed Acyclic Graph
- It is quite fast

## Why not igraph?

[igraph](https://igraph.org/) is an amazing network analysis package.
igraph is much more mature and orbweaver focuses on extreme performance
and low latency operations. If you need super high performance
and do not require weighted graphs, orbweaver may be for you.

![igraph vs orbweaver benchmark](assets/benchmark.png)

> We may add weighted graph in the future but for not
> it is not in the short-term road map.
## Installation

### Rust Toolchain
Expand Down
Binary file added assets/benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd1b340

Please sign in to comment.