pipelining
英 [ˈpaɪplaɪnɪŋ]
美 [ˈpaɪˌplaɪnɪŋ]
n. 流水线;管道敷设(安装);管路输送
v. 用管道输送;应用流水线技术设计(pipeline的ing形式)
双语例句
- Software pipelining and loop unroll are two kinds of important optimized compile technique to develop loop parallelism.
软件流水和循环展开是开发循环并行性的两种重要编译优化技术。 - The increasing load time latency for sophisticated Web pages is not a new issue, nor is the use of some form of pipelining to effect performance gains.
复杂网页不断攀升的加载时间延迟问题已经不是什么新话题了,也有不少人提出使用某种管道技术来提升性能。 - A Coating Information Management System Based on Superscalar Pipelining Model
基于超标量指令流水模型的船舶涂装信息管理系统 - It also improves caching and instruction pipelining.
它还可以改进缓存和指令流水线。 - Using existing TCP connections is easy, but implementing pipelining is not trivial.
使用现有的TCP连接非常容易,但实现流水线并不是那么简单。 - This is known as pipelining.
这种技术称为流水线。 - Using asynchronous message passing and pipelining, it promises to offer more control than thread pools and better performance than manual threading.
借助于异步消息传递与管道,它可以提供比线程池更好的控制,也比手工线程方式具备更好的性能。 - According to the algorithm characteristics in AVS video coding standard, an optimized pipelining scheme was proposed.
根据AVS视频标准中的解码算法特点,提出一种改进的AVS解码器流水线控制机制。 - Jiang did not indicate that BigPipe took advantage of a browsers innate pipelining functionality, and implied that it did not when saying that no changes in existing servers or browsers was required.
Jiang并没有说BigPipe利用了浏览器所固有的管道功能,实际上却暗示了BigPipe并没有这么做,因为他说不需要对现有的服务器与浏览器进行任何改变。 - Since you do not have to wait for a list to be generated ( stop and go) or allocate a thread to processing the loop ( pipelining), this can be the most efficient method.
由于您无需等待一个列表生成完毕(停止并前进)或者分配一个线程用于处理循环(并行管道),这可能是最有效率的方法了。