Skip to content

benchmark: v0.2.11 结果 - #263

Merged
miaobyte merged 1 commit into
masterfrom
benchmark-v0211
Sep 8, 2026
Merged

miaobyte merged 1 commit into
masterfrom
benchmark-v0211

Conversation

@miaobyte

@miaobyte miaobyte commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

v0.2.11(kvspace-c resolve_path 优化)首跑。

results-v0.2.11-20260908T120257Z.csv:七 case × 三后端。
@miaobyte
miaobyte merged commit fbd4313 into master Sep 8, 2026
1 check passed
@miaobyte
miaobyte deleted the benchmark-v0211 branch September 8, 2026 12:11
@miaobyte

miaobyte commented Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

v0.2.11 提升汇报(v0.2.10 → v0.2.11,kvspace-c resolve_path 整键单查优化)

valid 全 True。

case shm× case shm×
matmul 1.68 binary_search 1.13
quicksort 1.60 nqueens 1.08
iops 1.59 fib 1.07
binary_trees 1.50
hash_table 1.50 几何平均 1.39
prime_sieve 1.50
k_nucleotide 1.41

fs/redis ≈ 1.00(resolve_path 是 shm link 解析热路径)。

典型(shm ms):matmul N=8 49.0→29.0、quicksort N=128 79.7→50.0、iops N=2000 71.8→45.0、prime_sieve N=100 69.7→45.7、binary_trees depth=6 36.1→24.2。

机制:整键单查(ptr/@ext 恒为叶子,容器前缀绝不可能是 link)取代逐前缀 1~3 次 art_search 下降探测——容器/成员密集 op 均匀受益。

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.

1 participant