Building Low Latency Applications with C++. Develop a complete low latency trading ecosystem from scratch using modern C++ - Helion

Tytuł oryginału: Building Low Latency Applications with C++. Develop a complete low latency trading ecosystem from scratch using modern C++
ISBN: 9781837634477
stron: 506, Format: ebook
Data wydania: 2023-07-21
Księgarnia: Helion
Cena książki: 129,00 zł
C++ is meticulously designed with efficiency, performance, and flexibility as its core objectives. However, real-time low latency applications demand a distinct set of requirements, particularly in terms of performance latencies.
With this book, you’ll gain insights into the performance requirements for low latency applications and the C++ features critical to achieving the required performance latencies. You’ll also solidify your understanding of the C++ principles and techniques as you build a low latency system in C++ from scratch.
You’ll understand the similarities between such applications, recognize the impact of performance latencies on business, and grasp the reasons behind the extensive efforts invested in minimizing latencies. Using a step-by-step approach, you’ll embark on a low latency app development journey by building an entire electronic trading system, encompassing a matching engine, market data handlers, order gateways, and trading algorithms, all in C++. Additionally, you’ll get to grips with measuring and optimizing the performance of your trading system.
By the end of this book, you’ll have a comprehensive understanding of how to design and build low latency applications in C++ from the ground up, while effectively minimizing performance latencies.
Osoby które kupowały "Building Low Latency Applications with C++. Develop a complete low latency trading ecosystem from scratch using modern C++", wybierały także:
- Cisco CCNA 200-301. Kurs video. Administrowanie bezpieczeństwem sieci. Część 3 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Administrowanie urządzeniami Cisco. Część 2 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Podstawy sieci komputerowych i konfiguracji. Część 1 665,00 zł, (39,90 zł -94%)
- Cisco CCNP Enterprise 350-401 ENCOR. Kurs video. Programowanie i automatyzacja sieci 443,33 zł, (39,90 zł -91%)
- CCNP Enterprise 350-401 ENCOR. Kurs video. Mechanizmy kierowania ruchem pakiet 443,33 zł, (39,90 zł -91%)
Spis treści
Building Low Latency Applications with C++. Develop a complete low latency trading ecosystem from scratch using modern C++ eBook -- spis treści
- 0. Product Information Document
- 1. Introducing Low Latency Application Development in C++
- 2. Designing Some Common Low Latency Applications in C++
- 3. Exploring C++ Concepts from A Low-Latency Application’s Perspective
- 4. Building the C++ Building Blocks for Low Latency Applications
- 5. Designing Our Trading Ecosystem
- 6. Building the C++ Matching Engine
- 7. Communicating with Market Participants
- 8. Processing Market Data and Sending Orders to the Exchange in C++
- 9. Building the C++ Trading Algorithm’s Building Blocks
- 10. Building the C++ Market Making and Liquidity Taking Algorithms
- 11. Adding Instrumentation and Measuring Performance
- 12. Analyzing and Optimizing the Performance of Our C++ System