Performance recommendations for SPL application programmers
You can use these performance options and recommendations to improve your stream application.
Important Notice
As the SPL compiler evolves,
new optimizations are added. The recommendations for SPL application
programmers might change in future releases as they might be implemented
as automatic optimizations in the compiler.
Note: The first step for
any of the optimizations is to check whether it does, in fact, fix
a bottleneck. If it does not, hand-optimizing the code can make it
harder to maintain.