Skip to content

feat(remembering): Muninn v0.7.1 - Async cache warming#139

Merged
oaustegard merged 1 commit into
mainfrom
claude/handoff-v0.7.1-8Z579
Dec 27, 2025
Merged

feat(remembering): Muninn v0.7.1 - Async cache warming#139
oaustegard merged 1 commit into
mainfrom
claude/handoff-v0.7.1-8Z579

Conversation

@oaustegard

Copy link
Copy Markdown
Owner

Optimizes cache performance by prefetching recent memories in background thread.

Changes:

  • Add async cache warming in boot_fast() - prefetches 20 recent full memories
  • Remove dead _cache_clear() call (unnecessary in ephemeral containers)
  • Update VERSION to 0.7.1
  • Update CLAUDE.md with v0.7.1 changelog

Performance:

  • Boot time: unchanged (~130ms)
  • Recall after warming: ~1ms (299x faster vs v0.7.0 first-access)
  • Cache warming completes within ~3s in background (non-blocking)

Handoff: 65fb8a34-8c5c-4cbc-8667-53f9cd46b85d (completed)

Optimizes cache performance by prefetching recent memories in background thread.

Changes:
- Add async cache warming in boot_fast() - prefetches 20 recent full memories
- Remove dead _cache_clear() call (unnecessary in ephemeral containers)
- Update VERSION to 0.7.1
- Update CLAUDE.md with v0.7.1 changelog

Performance:
- Boot time: unchanged (~130ms)
- Recall after warming: ~1ms (299x faster vs v0.7.0 first-access)
- Cache warming completes within ~3s in background (non-blocking)

Handoff: 65fb8a34-8c5c-4cbc-8667-53f9cd46b85d (completed)
@oaustegard oaustegard merged commit 47adc47 into main Dec 27, 2025
1 check passed
@oaustegard oaustegard deleted the claude/handoff-v0.7.1-8Z579 branch December 27, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants