Skip to content

Commit

Permalink
Refactor the graph storage to reduce memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Jun 26, 2024
1 parent 5703639 commit 89b8357
Show file tree
Hide file tree
Showing 29 changed files with 1,287 additions and 487 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions raphtory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ bytemuck = { workspace = true, optional = true }
rpds = { workspace = true, optional = true }
thread_local = { workspace = true, optional = true }
pometry-storage = { workspace = true, optional = true }
boxcar = "0.2.5"

[dev-dependencies]
csv = { workspace = true }
Expand Down
Loading

0 comments on commit 89b8357

Please sign in to comment.