• Minimize the number of remote calls to reduce the overhead imposed by remote calls in your code path.

    尽可能减少远程调用数量减少由于代码路径中的远程调用带来的系统开销

    youdao

  • The problem here is that the code processing the SAX2 events needs to maintain state information for everything it processes, and this adds both complexity and overhead.

    这里问题在于,处理SAX2事件代码需要维护其处理所有事情状态信息增加了复杂性又增加了开销。

    youdao

  • This has substantial overhead, but it works on new platforms; use that code until you know the platform well enough to develop a platform-specific implementation, if you even need one.

    这会产生大量的开销不过在新平台上可以很好地工作如果需要,请一直使用这些代码,直到平台了解已经足够开发特定于平台的实现为止。

    youdao

  • Since the WSDL rarely changes, many developers embed the WSDL definition into their code to avoid the overhead of getting the WSDL every time.

    由于WSDL很少修改很多开发者把WSDL定义嵌入他们代码避免每次获得WSDL的开销

    youdao

  • Specifically, we decided the best way to deal with data-format validation code was to keep it close to the client, thus keeping the processing overhead to a minimum.

    特别是对于数据格式验证代码我们认为处理最佳方法使接近客户机这样可以使处理开销保持最少

    youdao

  • Again, this can be attributed to some additional overhead in reflective invocation, a longer code path, and the tracing activity.

    还是归因于反射调用中的额外开销长的代码路径跟踪活动。

    youdao

  • QEMU's dynamic translator also caches blocks of translated code to minimize the translator's overhead.

    QEMU动态翻译程序缓存了翻译代码使翻译程序的内存开销最小化。

    youdao

  • You'll reduce the overhead of writing the same piece of code multiple times because you update the code in only one place.

    这会减少多次编写同样代码开销因为只需一个位置更新代码。

    youdao

  • This approach lets you better leverage existing Lotus Domino structures to reduce code and performance overhead.

    这种方法允许更好地利用已有LotusDomino结构减少代码性能开销

    youdao

  • Nevertheless, the resulting XQuery code remains concise and does not contain the overhead you'd have when using a different language to process XML.

    但是生成XQuery代码仍然保持简洁并不包含使用其他语言处理XML出现开销

    youdao

  • Using a JIT will speed up execution by compiling to machine code, thus eliminating the overhead of fetching, decoding, and dispatching Python opcodes.

    JIT通过代码编译成机器码,这样可以减少翻译Python指令的时间,以此提高代码的执行速度。 “在CPython里,” Winter 解释道,“一部分的开销很大;在这方面只做了较小的调整就使CPython 2.7有了近15%速度提升。”

    youdao

  • Since the request for the container can be put in the code, the overhead cost of synchronizing the deployment descriptor with the code is minimized.

    因为可以容器请求放入代码中,所以使得对部署描述符代码进行同步开销减到最小。

    youdao

  • You just need to edit source code on your own computer, and everything else can be delegated to an automated system in the cloud with minimal it overhead.

    只需自己的计算机编辑源代码所有一切云中可以最小的IT开销委派自动化系统

    youdao

  • Accessors do add some overhead to your code, but it is trivialespecially when compared to other factors, such as questionable database designs.

    读写方法确实会代码增加一些开销这些开销很小——特别是有问题数据库设计这样其它因素相比

    youdao

  • JIT compilation removed the overhead of interpretation (at the expense of some additional startup cost), but the level of code optimization was mediocre for several reasons.

    JIT消除了解释负担额外启动成本代价),但是由于若干原因代码优化等级仍然一般般。

    youdao

  • Low compilation overhead is maintained that can be more easily hidden behind the performance benefit from repeatedly executing the hot code.

    编译开销容易反复执行代码带来性能优势掩盖

    youdao

  • This allows for easier maintainability of the code, but introduces overhead.

    这种方式可以提高代码维护性,但是也会导致一些开销

    youdao

  • Gmond has very little overhead which makes it a great piece of code to run on every machine in the cluster without impacting user performance.

    gmond带来系统负载非常使得成为集群台计算机运行代码不会影响用户性能。

    youdao

  • If you're using code like this in a performance hotspot, you can avoid the overhead by declaring fields and methods accessed by inner classes to have package access, rather than private access.

    如果高性能Hotspot使用这些代码可以通过声明内部访问字段成员为访问权限,私有

    youdao

  • However, no matter how fast the callback is executed, the problem of this solution remains: as soon as the debugger is started, every line of Ruby code incurs an overhead.

    然而无论回调执行这种解决方案问题始终存在只要debugger启动,所调试Ruby程序每一代码都会承受额外的开销。

    youdao

  • Code that spends most of its time making library calls is just not going to benefit that much from Pyrex speeding up incidental loop overhead.

    花费大部分时间函数调用代码不会那些简单循环任务一样使用Pyrex可以获得明显的加速

    youdao

  • The Rhino code base reads almost like C code: it avoids allocation and does as much as possible with jump tables to avoid the overhead of virtual method lookups.

    Rhino代码起来很像C程序避免过多分配并且尽量多地使用跳转(Jump Tables)避免方法查询(Virtual Method Lookups)的额外开支

    youdao

  • For example, specifying a code block instead of a delegate can be useful in a situation when having to create a method might seem an unnecessary overhead.

    例如如果创建方法所需系统开销是不必要的,则指定代码(而不是委托)可能非常有用。

    youdao

  • A sector includes user data and overhead data, such as an Error Correction Code (ECC) that has been calculated from the user data of the sector.

    扇区包含用户数据额外开销数据,例如依据扇区用户数据计算错误校正(ECC)。

    youdao

  • A code compression approach combining the type model and the traditional position model and a corresponding low-overhead decompression hardware architecture using Huffman coding were also presented.

    提出一种使用混合模型,采用霍夫曼编码代码压缩方法以及相应的低开销硬件压缩实现方案。

    youdao

  • You use object expressions when you want to avoid the extra code and overhead that is required to create a new, named type.

    避免创建新的命名类型所需额外代码开销可以使用对象表达式

    youdao

  • This means you have virtually no overhead on top of the actual code that determines the string's length.

    就是 说,实际上检验字符串长度的顶层代码没有花太多开销

    youdao

  • The design method of Suzhou industrial park overhead viaduct are introduced in this paper, and it compared new code for design with former code in the aspects of checking computations.

    本文结合苏州工业园区高架桥工程设计基于、老公路桥涵设计规范的设计进行比较分析验算。

    youdao

  • Code generated for Silicon Labs single-cell C80519XXF by a non-OCG compiler results in an average of 108 cycles to execute the interrupt service routine and main loop overhead for each sample of data.

    ocg编译器针对SiliconLabs单电池供电c 80519 XXF所产生代码每次数据采样平均会有108个周期执行中断服务程序循环

    youdao

  • Code generated for Silicon Labs single-cell C80519XXF by a non-OCG compiler results in an average of 108 cycles to execute the interrupt service routine and main loop overhead for each sample of data.

    ocg编译器针对SiliconLabs单电池供电c 80519 XXF所产生代码每次数据采样平均会有108个周期执行中断服务程序循环

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定