📄️ 1. Runtime Architecture
This document provides a C++ programmer's perspective on the core runtime architecture of FactsDB. Understanding these components is key to extending the system, debugging complex issues, and integrating it effectively with other engine systems.
📄️ 2. C++ API and Usage
This guide provides practical C++ code examples for common interactions with the FactsDB runtime system.
📄️ 3. The Fact Cache
The UFactsComponent includes an optional, built-in LRU (Least Recently Used) cache for its facts. This is a performance optimization feature designed to speed up repeated read access to fact data.