docs: compare host-native long-term memory costs - #37
Conversation
Signed-off-by: MemScribe Maintainers <OLDyade@users.noreply.github.com>
FenjuFu
left a comment
There was a problem hiding this comment.
This is a valuable analysis — the capability table is accurate to each host's docs, the cost formulas are explicit, and labeling everything as architectural estimates (with the telemetry caveat) is the right call. The math in the baseline checks out.
Note: #39 covers the adjacent "what changes on install / when to use which" angle for the same issue #23. Plan is to land this one first and then rebase #39 to fold its unique sections in alongside, so the two don't duplicate README/link changes.
|
Hi @OLDyade — this PR has an approving review but currently can't be merged: the branch has conflicts with
Once that's done it should be mergeable. Happy to help if any of the conflicts are unclear. |
Summary
Why
This completes the native-memory comparison requested by Issue #23. The cost section separates architectural estimates from measured benchmarks and makes every assumption explicit.
Validation
pnpm run format:checkgit diff --check upstream/main...HEADCloses #23