Pometry / Raphtory

Scalable graph analytics database powered by a multithreaded, vectorized temporal engine, written in Rust
https://raphtory.com
GNU General Public License v3.0
336 stars 54 forks source link

Improve performance for nodes and introduce Unlocked storage #1653

Closed fabianmurariu closed 3 months ago

fabianmurariu commented 3 months ago

Right now materialize is very slow and everything that uses core_graph from nodes will grab all the lock of the graph. We need an Unlocked GraphStorage variant that only takes the 1 lock where the node resides