No description
Find a file
ProofOfConcept e34c0ccf4c capnp_store: cache compiled regexes with OnceLock
parse_units and parse_marker_attrs were recompiling 4 regexes on
every call. Since they're called per-file during init, this was
measurable overhead. Use std::sync::OnceLock to compile once.
2026-03-03 12:44:02 -05:00
prompts spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
schema add position field to capnp schema 2026-02-28 23:15:10 -05:00
scripts knowledge agents: extractor, connector, challenger, observation 2026-03-03 10:56:44 -05:00
src capnp_store: cache compiled regexes with OnceLock 2026-03-03 12:44:02 -05:00
.gitignore knowledge agents: extractor, connector, challenger, observation 2026-03-03 10:56:44 -05:00
build.rs poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
Cargo.lock capnp_store: declarative serialization via macros 2026-03-03 12:25:10 -05:00
Cargo.toml capnp_store: declarative serialization via macros 2026-03-03 12:25:10 -05:00