Lock-free fast tracing (closes #180)

This commit is contained in:
mdecimus
2024-07-22 17:56:24 +02:00
parent f6ac35fd70
commit 9c23774aa5
24 changed files with 685 additions and 196 deletions

View File

@@ -9,6 +9,11 @@ base64 = "0.22.1"
serde_json = "1.0.120"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-webpki-roots", "http2"]}
bincode = "1.3.3"
rtrb = "0.3.1"
parking_lot = "0.12.3"
tokio = { version = "1.23", features = ["net", "macros"] }
ahash = "0.8.11"
arc-swap = "1.7.1"
[features]
test_mode = []