docs: add host-native memory comparison guide - #39
Open
FenjuFu wants to merge 2 commits into
Open
Conversation
Document what changes on each host when MemFlywheel replaces or extends the native memory implementation, the capability and runtime-overhead trade-offs, and when staying on native memory is the better choice. Link the new page from both README documentation tables. Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue(s) this PR fixes:
Fixes #23
Summary
docs/comparison.mdcontrasting MemFlywheel with host-native memory implementations:README.mdandREADME.zh.md.Per-platform installation and step-by-step usage already live in the README Quick Start and
docs/integrations.md(Pi / Hermes / OpenClaw / OpenCode, each with verification tables), so this PR completes the remaining piece of #23 — the native-memory comparison — and wires everything together from the READMEs for easy lookup.Checks
pnpm run ciiflytek/memflywheelSpecial notes for reviewers
Docs-only change; all claims are grounded in
docs/architecture.md/docs/integrations.md(index caps, dream gates, installer behavior, memory-slot semantics).