From 6894c3f857adf563ac5a73a7e20f96c284cfa5a6 Mon Sep 17 00:00:00 2001 From: starvian Date: Mon, 9 Mar 2026 09:48:46 +0000 Subject: [PATCH] Add NexusFix - C++23 FIX protocol engine Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e89e96..eff87eb 100644 --- a/README.md +++ b/README.md @@ -536,6 +536,7 @@ date conversion, scaling factor values, and filtering by the specified date. - [OrderMatchingEngine](https://github.com/PIYUSH-KUMAR1809/order-matching-engine) - A production-grade, lock-free, high-frequency trading matching engine achieving 150M+ orders/sec. - [rallyplot](https://rallyplot.com) - Fast, GPU-accelerated financial plotting library - [PandoraTrader](https://github.com/pegasusTrader/PandoraTrader) - A C++ CTP trading framework, with very clear logic +- [NexusFix](https://github.com/SilverstreamsAI/NexusFix) - C++23 FIX protocol engine with zero-copy parsing and SIMD acceleration, 3x faster than QuickFIX. ## Frameworks