perf: shard order book manager locks

This commit is contained in:
floor-licker
2026-06-22 14:02:08 -04:00
parent 5eeb6e309e
commit 37f5651b65
3 changed files with 115 additions and 45 deletions
+1
View File
@@ -60,6 +60,7 @@ uuid = { version = "1.0", features = ["v4", "serde"] }
url = "2.5"
bytes = "1.11.1"
rand = "0.8"
parking_lot = "0.12"
# Optional WebSocket support for streaming
tokio-tungstenite = { version = "0.21", optional = true, features = ["native-tls"] }