5 ms·
A somewhat similar pattern has been suggested with the Open Knowledge Format: https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md htt
by dannyobrien 20d ago
A somewhat similar pattern has been suggested with the Open Knowledge Format: https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md https://github.com/GoogleCloudPlatform/knowledge-catalog/blo...
- Kuyawa 20d agoI like OKF but... I told AI to improve on that format and told me having to read all files just to get the frontmatter data is optimizable, sooo... to the trenches B) AI > The problem with Frontmatter+YAML is O(n) read complexity. To know if a file is a "Person" or a "Meeting Note," the parser must read the entire file into memory, parse the YAML block, and then discard the content. For a vault of 10,000+ files, this becomes a massive I/O bottleneck