8.0
热点
AI SCORE
技术实践2026-08-12 12:07
O(k)响应式:变更复杂度与图大小解耦
dev.to · AI#前端#响应式#性能优化
Editor brief · 编辑速览
提出前端响应式新范式,突变成本为O(k)而非O(n),k为受影响依赖边界而非总图大小,附130万次操作的基准测试。
变更成本 = O(k),而非 O(n)
k = |受影响的依赖边界|
n = |图的整体大小|(无关)
Your 1.3M ops benchmark lives here. Inverted Dependency Indexing.

For further actions, you may consider blocking this person and/or reporting abuse

We're a place where coders share, stay up-to-date and grow their careers.