CPU-bound(形容词)指“CPU 密集型的;受 CPU 性能限制的”。也就是说,程序的主要瓶颈在于计算(CPU 运算),而不是磁盘、网络等 I/O。常与 I/O-bound(I/O 密集型)对比使用。
/ˈsiː piː juː baʊnd/
This task is CPU-bound, so it runs faster on a newer processor.
这个任务是 CPU 密集型的,所以在更新的处理器上会跑得更快。
Because the image-processing pipeline is CPU-bound, adding more network bandwidth won’t improve performance, but parallelizing the computation might.
由于这条图像处理流水线受 CPU 限制,增加网络带宽并不能提升性能,但把计算并行化可能会有帮助。
由 CPU(Central Processing Unit,中央处理器)+ bound 组成。这里的 bound 表示“被……所限制/约束”(如 time-bound、budget-bound),因此 CPU-bound 字面义为“被 CPU 限制的”。
该词更常见于计算机技术写作与官方文档中(以术语形式出现),例如: