Skip to content

Commit e3f002e

Browse files
mattsu2020claude
andcommitted
chore: remove unused dependencies from factor PR
Remove jemalloc-ctl, jemallocator, num-integer, and related CI/config entries that were added but not used in the factor performance tuning. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2c18b54 commit e3f002e

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.github/workflows/freebsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sync: rsync
4242
copyback: false
4343
# We need jq and GNU coreutils to run show-utils.sh and bash to use inline shell string replacement
44-
prepare: pkg install -y curl gmake sudo jq coreutils bash
44+
prepare: pkg install -y curl sudo jq coreutils bash
4545
run: |
4646
## Prepare, build, and test
4747
# implementation modelled after ref: <https://github.com/rust-lang/rustup/pull/2783>
@@ -132,7 +132,7 @@ jobs:
132132
usesh: true
133133
sync: rsync
134134
copyback: false
135-
prepare: pkg install -y curl gmake sudo jq
135+
prepare: pkg install -y curl sudo jq
136136
run: |
137137
## Prepare, build, and test
138138
# implementation modelled after ref: <https://github.com/rust-lang/rustup/pull/2783>

.vscode/cspell.dictionaries/jargon.wordlist.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ wordlists
188188
xattrs
189189
xpass
190190

191-
jemalloc
192-
jemallocator
193191
# * abbreviations
194192
AMPM
195193
ampm

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ icu_locale = { version = "2.0.0", default-features = false }
404404
icu_provider = { version = "2.0.0", default-features = false }
405405
indicatif = "0.18.0"
406406
itertools = "0.14.0"
407-
jemalloc-ctl = "0.5"
408-
jemallocator = "0.5"
409407
itoa = "1.0.15"
410408
jiff = "0.2.18"
411409
jiff-icu = "0.2.2"
@@ -419,8 +417,6 @@ nix = { version = "0.31.2", default-features = false }
419417
nom = "8.0.0"
420418
notify = { version = "=8.2.0", features = ["macos_kqueue"] }
421419
num-bigint = "0.4.4"
422-
num-integer = "0.1"
423-
424420
num-prime = "0.5.0"
425421
num-traits = "0.2.19"
426422
onig = { version = "~6.5.1", default-features = false }

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ version = 2
1010
yanked = "warn"
1111
ignore = [
1212
#"RUSTSEC-0000-0000",
13-
"RUSTSEC-2024-0436", # paste: unmaintained (via jemalloc-ctl in uu_factor bench)
1413
]
1514

1615
# This section is considered when running `cargo deny check licenses`

0 commit comments

Comments
 (0)