文件名称:Simplx-a C++ framework distributed and concurrent multicore software
文件大小:356KB
文件格式:ZIP
更新时间:2022-01-07 11:52:36
Simplx Kafka MessageQueue
About Simplx is a C++ development framework for building reliable cache-friendly distributed and concurrent multicore software. Simplx was developped by Tredzone SAS. We provide software technology solutions and services dedicated to high-performance real-time processing. Our technology enables low and predictable latency, scalability, and high throughput. We also offer support contracts and enterprise tools for monitoring, profiling, debugging, server clustering under commercial licenses. Simplx is used at the Paris stock exchange by Euronext's market exchange platform, called "Optiq", and has been successfully deployed since November 2016. Tredzone was founded in 2013 and operates in France, the UK and US. License Simplx is open-sourced under the Apache 2.0 license, please see the file "LICENSE" in our github repo. Coding conventions We use struct and class differently based on the object type (although they're technically interchangeble) typename struct for Event types as they're often Plain Old Data (POD) typename class for Actor, Engine and everything else Header files located at: /include/trz/engine/internal/*.h are used internally by the Simplx runtime; they're not documented and subject to change. You shouldn't need those directly in order to write client applications anyway.