Skip to content

Commit 3cb6ebe

Browse files
James Sunfacebook-github-bot
authored andcommitted
use string edit distance for aggregation (#736)
Summary: instead of just dedup intergers, we switch to use edit distance to dedup arbitrary log lines. Reviewed By: LucasLLC Differential Revision: D79492339
1 parent 694951b commit 3cb6ebe

File tree

3 files changed

+150
-400
lines changed

3 files changed

+150
-400
lines changed

hyperactor_mesh/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "
5959
pin-project = "1.1.10"
6060
preempt_rwlock = { version = "0.0.0", path = "../preempt_rwlock" }
6161
rand = { version = "0.8", features = ["small_rng"] }
62-
regex = "1.11.1"
6362
serde = { version = "1.0.219", features = ["derive", "rc"] }
6463
serde_bytes = "0.11"
6564
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }

0 commit comments

Comments
 (0)