Most code intelligence tools rely on external databases (SQLite, LanceDB) and pay for serialization + disk I/O on every query. FCE keeps everything in RAM with a Data-Oriented Design: ...
Problem: I think there are many use cases, when user needs read-only object graph containing lots of strings that repeat a lot. Things like first names, country/postal codes, category codes, etc.