• Note that this overhead processing is not enabled for the production code.

    注意不要生产代码启用这种开销很大的处理)。

    youdao

  • 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

  • You'll be happier with stable code, simpler interfaces, and much less overhead.

    稳定代码更简单接口以及少的开销,感到更高兴。

    youdao

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

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

    youdao

  • Used properly, they can save you substantial code maintenance overhead.

    只要使用得当,它们可以省去大量代码维护开销。

    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

  • By declaring it static, you save client code the overhead of creating an object.

    通过声明静态,为客户机代码节省创建对象工作量

    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

  • Pair programming has been shown to produce better quality code without undue overhead.

    成对编程看起来可以产生更好的质量避免过大的压力。

    youdao

  • Because most code execution is deterministic, our system simply ignores it, making the overhead low.

    因为大多数代码执行都是决定性的,我们系统忽略这些代码,从而降低负载。

    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

  • Very low overhead; typically less than 30% longer runtime and 50% extra code size.

    消耗一般低于30%的额外运行时间50%的代码体积增长。

    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

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

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

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