V2EX  ›  英汉词典

Slow Path

释义 Definition

(尤指计算机/系统设计中)“慢路径”:为少见情况、复杂情况或需要额外检查/处理的请求所走的处理流程,通常比“快路径(fast path)”更耗时;与优化的常见流程相对。

发音 Pronunciation

/ˈsloʊ pæθ/

例句 Examples

The system uses the slow path only when the cache misses.
只有在缓存未命中时,系统才会走慢路径。

Most requests take the fast path, but authentication failures are handled on the slow path with extra logging and checks.
大多数请求走快路径,但认证失败会在慢路径中处理,并进行额外的记录与检查。

词源 Etymology

“path”在这里指“处理路径/流程(code path)”。“slow path”源自工程与计算机领域的对比说法:把常见且已优化的流程称为“fast path”,把更少发生、需要更多步骤或回退处理的流程称为“slow path”。这种命名也借用了现实交通中“快/慢车道”的直观隐喻。

相关词 Related Words

文学与作品 Literary Works

  • Computer Systems: A Programmer’s Perspective(Bryant & O’Hallaron)——常用“fast/slow path”讨论性能与常见/少见分支的处理。
  • Computer Architecture: A Quantitative Approach(Hennessy & Patterson)——在微架构与性能优化语境中常出现类似表述。
  • Designing Data-Intensive Applications(Martin Kleppmann)——在系统设计与性能权衡讨论中常用“fast path/slow path”式概念。
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   5429 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 09:06 · PVG 17:06 · LAX 02:06 · JFK 05:06
♥ Do have faith in what you're doing.