Release v3.6.5: SWQOS core affinity and recommended sender thread indices

- Add TradeConfig::with_swqos_cores_from_end(bool) to use last N CPU cores for SWQOS, reducing contention with main thread and default tokio workers.
- Add recommended_sender_thread_core_indices(swqos_count) to get the same last-N core indices for with_dedicated_sender_threads (recommended combo for lower latency).
- Document core affinity and latency in async_executor and with_dedicated_sender_threads.

Made-with: Cursor
This commit is contained in:
Wood
2026-03-17 17:19:04 +08:00
parent 624b1843a2
commit 8c4e3ee0c5
4 changed files with 57 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "3.6.4"
version = "3.6.5"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",