寄存器分配和代码生成是决定编译器能否生成高效代码的关键部分。
Register allocation and code generation are key parts of generating high performance assembly code.
C++的理念是程序员需要更努力的工作才能换回更高效的代码。
The idea behind C++ was that programmers would work harder in return for more efficient code.
如果能够做到这一点,线程代码将是非常高效的,并且不会占用宝贵的互斥对象锁。
If you can do this, your threaded code will be really efficient and it won't tie up valuable mutex locks.
高效的SAX处理代码可以快得多,而内存使用量可以保持在最低并且可以根据应用程序的具体需求来调整。
Efficient SAX processing code can be blazingly fast, and memory usage can be kept to a minimum and tailored for the specific needs of the application.
优化扩展帮助生成更高效的代码。
Optimization extensions help you generate more efficient code.
很多编译器通过将表放入只读内存中可以生成更高效的代码。
Many compilers can generate more efficient code for this by putting the tables in read-only memory.
让这些复杂的代码高效且无错误地运行并不是一件容易的事。我们同样需要一些更好的开发工具或架构来迎接这些挑战。
Making that complex code efficient and bug-free is not a task to be taken lightly, and better development tools and frameworks will be needed to help us meet that challenge.
生成的代码是否自然、干净、一致且高效呢?
Is the code it generates natural, clean, consistent and efficient?
这些部分并不一定是运行得最慢的;有时,一段已经十分高效的代码可能将是您最想关注的部分。
These are not necessarily the parts that run the slowest; sometimes, a piece of code that is already quite efficient will be the one you want to focus on the most.
程序员总是在不断的修剪(重构)代码,以使它们尽可能地高效。
Programmers are constantly benchmarking code to make sure that it’s as efficient as possible.
我需要优雅而又高效的代码。
程序员应该会将他们对于程序的想法转译成可靠,高效,以及之后容易改变的代码。
Programmers should be able to translate their ideas about what a program should do into code that's reliable, efficient, and easy to change later.
本文中的代码和描述高度简化地演示了向量空间及高效搜索向量空间的方法。
The code and descriptions in this article are a highly simplified view of vector Spaces and how to search them effectively.
这种方法通常精简高效,有利于提高性能,减少代码,改善安全性和可靠性(以tcb为基础)。
The approach tends to be thin and efficient, which provides a benefit to performance in addition to less code and improved security and reliability (on the basis of the TCB).
写一个高效的定时器驱动型可管理代码要求对程序流程有一个清晰的理解及掌握。NET线程模型的精妙之处。
Writing effective timer-driven managed code requires a clear understanding of program flow and the subtleties of the.net threading model.
这样便简化了代码,并使得应用程序的代码更高效。
This simplifies the code and makes the application code more efficient.
代码十分简洁并且在运行时非常高效。
The code is fairly succinct and is very efficient when it runs.
您创建了一个预配置类,可以节省时间和宝贵的代码行,使应用程序更为高效、更易维护。
You created a preconfigured class that saves time and valuable lines of code that can lead to more efficient applications that are easier to maintain.
该代码不仅更短,而且也更容易理解和高效。
This code is not only shorter but it's also easier to understand and more efficient.
尽管内存管理看起来可能无足轻重,但是恰当设计的接口能够产生高效、简单和可移植的代码 ——这其中每个特性都需要进行内存管理才能实现。
Although memory management may appear trivial, a properly designed interface can produce code efficiency, simplicity, and portability -- none of which may be achievable otherwise.
——在工作中适用正确的标签能帮助你提高效率,而且搜索引擎偏好有意义的代码。
Using the right tag for the job is essential, and search engines love semantic code.
解释程序中的函数中若使用这标签变量,那么它能被存到线程代码中以获得高效率的线程切换。
The labels within the interpreter function can be stored in the threaded code for super-fast dispatching.
代码生成工具(尤其是那些基于建模的)着实有了进展:提供了更加简化的语法、高效的代码生成、可以与IDE工具(如jdt)相提并论的高级特征。
Code generation tools (especially those based on modeling) have really progressed and offer a simple syntax, efficient code generation, advanced features on par with modern IDEs like JDT.
这里的代码不是最高效的,DTrace探测可以帮助我们发现问题。
The code is hardly the most efficient method, but the DTrace probes may help us to identify the problems.
简单性:通过使用单个head元素或类型定义来选择一组元素,使代码更加紧凑高效。
Simplicity: the code is more efficient and compact by using the single head element or type definition to select a group of elements.
第1部分介绍Rails搭建的限制和Streamlined, Streamlined是个代码生成器,它高效地应用了元编程技术来消除更高层次上的重复。
Part 1 illustrates Rails scaffolding's limitations and introduces Streamlined, a code generator that USES highly effective metaprogramming techniques to eliminate higher-order repetition.
Sitebricks是由Google推出的构建在GoogleGuice之上的全新web应用开发框架,其目标在于早期的错误检测、高效的代码以及快速的开发。
Sitebricks is a new web application development framework from Google that is built on top of Google Guice, and focuses on early error detection, low-footprint code, and fast development.
可以通过提高宿主系统的速度或执行代码重构以提高效率,从而改进响应时间。
You can improve response times by increasing the speed of host systems or performing code refactoring to improve efficiency.
两者用很少几行代码优雅而高效地执行这一服务。
Together, they perform this service elegantly and efficiently with few lines of code.
两者用很少几行代码优雅而高效地执行这一服务。
Together, they perform this service elegantly and efficiently with few lines of code.
应用推荐