Analyzing and Optimizing the Performance of Our C++ System
In this chapter, we will analyze the performance of our electronic trading ecosystem based on the measurements we added in the previous chapter, Adding instrumentation and measuring performance. Using the insights we develop about the performance of our trading systems based on this analysis, we will learn what areas to focus on in terms of potential performance bottlenecks and what areas we can improve. We will discuss tips and techniques for optimizing our C++ trading ecosystem. Finally, we will think about the future of our electronic trading ecosystem and what enhancements can be made in the future.
In this chapter, we will cover the following topics:
- Analyzing the performance of our trading ecosystem
- Discussing tips and techniques for optimizing our C++ trading system
- Thinking about the future of our trading ecosystem