Kuzu V0 120 Better -
For those who may be new to Kuzu, it's an open-source graph database library designed to make it easy to build scalable and performant graph-based applications. Kuzu allows developers to store, query, and manipulate large amounts of graph data with ease, making it a popular choice for applications in areas such as social networks, recommendation systems, and knowledge graphs.
A legal document processor needs to run on a lawyer’s laptop offline. The graph contains 50M entities (clauses, cases, judges). Using Kuzu v0.1.2, the app loads the graph in 2 seconds (cold start) and performs precedent similarity searches in <100ms. In v0.0.x, the same app crashed on startup due to memory allocation fragmentation. kuzu v0 120 better
An Endpoint Detection agent runs on a server with only 8GB RAM for graph analysis. It must correlate 1M network flows per minute. V0.1.2’s new WCOJ join allows the agent to detect multi-stage attack patterns (lateral movement) without spiking CPU to 100%. For those who may be new to Kuzu,