|
Efficiency Improvements
Efficiency improvements have been made throughout Maple 11, including
enhancements that make Maple itself faster, and changes that
improve the efficiency of user code. Improvements include:
- Multi-core processor support. The new Threads package provides
user-level routines for multi-threaded programming while on multi-core
computers
- A new option making it easy to write efficient
numeric procedures that automatically take advantage of hardware floats
- Improvements
to capabilities and efficiency of numeric integration and summation
- The
Matrix and Vector construction and concatenation shortcut notations, <,> and <|>,
have been made much more efficient
- Changes to the Maple argument
processing mechanism and the allocation of storage for procedure
arguments have improved performance and reduced memory requirements
for virtually all Maple procedure calls
|