Technical requirements
All the book’s code can be found in the GitHub repository for this book at https://github.com/PacktPublishing/Building-Low-Latency-Applications-with-CPP. The source code for this chapter is in the Chapter12
directory in the repository.
Since this is the concluding chapter of this book and we will discuss tips for improving the performance of the full electronic trading ecosystem as well as future enhancements, we expect you to have gone through all the preceding chapters.
The specifications of the environment in which the source code for this book was developed are listed as follows. We have presented the details of this environment since all the C++ code presented in this book is not necessarily portable and might require some minor changes to work in your environment:
- OS:
Linux 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC 2 x86_64 x86_64
x86_64 GNU/Linux
- GCC:
g++ (Ubuntu
11.3.0-1ubuntu1~22.04.1) 11...