Conversation
- xvalue/kv/runtime:适配 kvspace 借用读(resolve=0 raw 返指针 → runtime 拷贝自持, 空值 len=0);frame member 逐名单值借用读(resolve=1 穿透 link),取代已删 kvspaceGetBatch。 - runtime-rs:ffi/engine/main/json/rwir 适配借用读;新增 networld rwir 模块。
…proc rwir docs - layout ffi:kvspaceList → listlen+listat(前缀遍历,不一次性返整段);lower/code 格式。 - runtime:frame member 借用读走 dir 直连,删 kvlangKvGetBatch 残留;rwir 适配。 - runtime-rs:engine/ffi/json 适配 list 新 API;in-proc rwir 派发(is_inproc→dispatch)。 - deepdive runtime 05/06:runtime-rs 就地 rwir 语义 + 借用读文档同步。
kvlang v0.2.7 = 0-copy(借读零拷贝 + listlen/listat);kvspace-c/durable v0.2.7 同步。
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.
0-copy 借用读重构(shm/durable 返常驻指针、免逐读拷贝)+ list 改 listlen/listat 前缀遍历 + WriteInPlace 就地写;四仓 tag v0.2.7。benchmark 验证 shm 27×/fs 7.4×/redis 1.9×,valid 全 True。
Closes #228