Skip to content

Fallen-8

An in-memory graph database in C# (.NET 10), built for raw speed on heavy graph algorithms. It has no query language; queries are C#.

Queries are C#: small delegate fragments compiled at runtime, or precompiled stored queries. That is a deliberate choice for the era of code-generating agents: an agent emits a C# fragment, the engine compiles and runs it in-process at full speed, with no query-language layer in between.

New here? Run it, open F8 Studio, and load a sample graph.