Part 1:Introducing C++ Concepts and Exploring Important Low-Latency Applications
In this part, we will introduce low-latency applications as well as the proper approach toward low-latency application development in C++. We will discuss the technical details of some common low-latency applications in different business areas. We will discuss some details relevant to low-latency application development and how C++ concepts and techniques fit into that. We will also write some C++ code to implement the different low-latency components we introduced previously from the perspective of an electronic trading exchange.
This part contains the following chapters:
- Chapter 1, Introducing Low-Latency Application Development in C++
- Chapter 2, Designing Some Common Low-Latency Applications in C++
- Chapter 3, Exploring C++ Concepts from a Low-Latency Application’s Perspective
- Chapter 4, Building the C++ Building Blocks for Low-Latency Applications