CatgirlIntelligenceAgency/code/functions/link-graph/partition
Viktor Lofgren 46423612e3 (refac) Merge service-discovery and service modules
Also adds a few tests to the server/client code.
2024-03-03 10:49:23 +01:00
..
java/nu/marginalia/linkgraph Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00
test/nu/marginalia/linkgraph Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00
build.gradle (refac) Merge service-discovery and service modules 2024-03-03 10:49:23 +01:00
readme.md Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00

The link graph partition module is responsible for knowledge about the link graph for a single index node. It's based on in-memory data structures, and is updated atomically from file.

Central Classes