Skip to content

Commit 20e0961

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. Differential Revision: D79492339
1 parent 9d32aef commit 20e0961

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
@@ -54,7 +54,6 @@ nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "
5454
pin-project = "1.1.10"
5555
preempt_rwlock = { version = "0.0.0", path = "../preempt_rwlock" }
5656
rand = { version = "0.8", features = ["small_rng"] }
57-
regex = "1.11.1"
5857
serde = { version = "1.0.185", features = ["derive", "rc"] }
5958
serde_bytes = "0.11"
6059
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }

0 commit comments

Comments
 (0)