Skip to content

Commit

Permalink
feat: Dramatically improve performance for early patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Feb 9, 2025
1 parent ba1b599 commit 99fb99d
Show file tree
Hide file tree
Showing 7 changed files with 1,646 additions and 60 deletions.
190 changes: 179 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,25 @@ eula = false

[dependencies]
anyhow = "1.0"
async-trait = "0.1.86"
aws-config = "1.0"
aws-sdk-s3 = "1.0"
clap = { version = "4.0", features = ["derive"] }
futures = "0.3"
globset = "0.4"
humansize = { version = "2.0.0", features = ["no_alloc"] }
itertools = "0.14.0"
num-format = "0.4"
regex = "1.10"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[dev-dependencies]
assert_fs = { version = "1.1.2", features = ["color"] }
assert_cmd = "2.0"
predicates = "3.1"
assert2 = "0.3"
rstest = "0.24"
testcontainers = "0.23"
testcontainers-modules = { version = "0.11", features = ["minio"] }
Expand Down
Loading

0 comments on commit 99fb99d

Please sign in to comment.