From b4bcbaedd772336d429776c49334528bda989e3a Mon Sep 17 00:00:00 2001 From: Crypto Chassis Date: Mon, 22 Aug 2022 22:01:06 -0700 Subject: [PATCH] docs: update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3968d5c8..b4587603 100644 --- a/README.md +++ b/README.md @@ -914,6 +914,7 @@ session.serviceByServiceNameExchangeMap[CCAPI_EXECUTION_MANAGEMENT][CCAPI_EXCHAN * Only enable the services and exchanges that you need. * Use FIX API instead of REST API. * Handle events in ["batching" mode](#handle-events-in-immediate-vs-batching-mode) if your application (e.g. market data archiver) isn't latency sensitive. +* Define macro `CCAPI_USE_SINGLE_THREAD`. It reduces locking overhead for single threaded applications. ## Applications