consciousness/poc-memory/src
ProofOfConcept 0a35a17fad use HashSet for orphan edge dedup, fix redundant type qualification
Replace O(n²) Vec::contains + sort/dedup with O(n) HashSet for orphan
node tracking in health_report(). Use imported HashMap type instead of
fully-qualified std::collections::HashMap.
2026-03-08 21:43:58 -04:00
..
agents extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00
bin split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
neuro extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00
store tighten module interfaces: explicit re-exports, private helpers, inline dedup 2026-03-08 21:36:47 -04:00
config.rs consolidate hardcoded paths into config, refactor apply_agent 2026-03-08 21:16:52 -04:00
graph.rs use HashSet for orphan edge dedup, fix redundant type qualification 2026-03-08 21:43:58 -04:00
lib.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
lookups.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
main.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
migrate.rs remove dead code: unused imports, functions, and fields 2026-03-08 20:51:56 -04:00
query.rs extract truncation helpers, fix clippy warnings, dedup batching loop 2026-03-08 21:13:02 -04:00
search.rs extract truncation helpers, fix clippy warnings, dedup batching loop 2026-03-08 21:13:02 -04:00
similarity.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
spectral.rs fix unwrap-on-partial_cmp, dedup helpers, O(1) relation dedup 2026-03-08 21:22:05 -04:00
util.rs fix unwrap-on-partial_cmp, dedup helpers, O(1) relation dedup 2026-03-08 21:22:05 -04:00