From f3962b38dc0c5416bc99745abdec29c396efe985 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Wed, 8 Dec 2021 17:37:49 +0100 Subject: [PATCH] Update --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8bdba0c8..f77eb1f3 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ Next-generation Particle Physics Experiments at FAIR and CERN are facing unprece The FairMQ C++ library is designed to aid the implementation of such large-scale online data processing workflows by * providing an asynchronous message passing abstraction that integrates different existing data transport technologies (no need to re-invent the wheel), * providing a reasonably efficient data transport service (zero-copy, high throughput - TCP, SHMEM, and RDMA implementations available), -* being data format agnostic (suitable data formats are usually very experiment-specific), and +* being data format agnostic (suitable data formats are usually experiment-specific), and * providing other basic building blocks such as a simple state machine based execution framework and a plugin mechanism to integrate with external config/control systems. ![Screenshot of AliceO2 Debug GUI showing the data processing workflow of a single event processing node](./AliceO2DebugGUIScreenshotEPN.png)