jvdd
argminmax
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
:rocket: add argmin & argmax
#42
Merged
Comparing
arg_min
(
6957a23
) with
main
(
0954eb2
)
CodSpeed Performance Gauge
0%
Untouched
52
New
104
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
New
Untouched
156 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
scalar_u32_argmax
benches/bench_u32.rs::benches::argminmax_u32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
570.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
impl_f32_argmin_rn
benches/bench_f32_return_nan.rs::benches::argminmax_rn_f32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
235.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
scalar_u8_argmax
benches/bench_u8.rs::benches::argminmax_u8_random_array_long
CodSpeed Performance Gauge
N/A
N/A
459.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
avx2_i8_argmin
benches/bench_i8.rs::benches::argminmax_i8_random_array_long
CodSpeed Performance Gauge
N/A
N/A
62.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
avx2_u32_argmax
benches/bench_u32.rs::benches::argminmax_u32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
215.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
scalar_i8_argmax
benches/bench_i8.rs::benches::argminmax_i8_random_array_long
CodSpeed Performance Gauge
N/A
N/A
459.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
scalar_u32_argmin
benches/bench_u32.rs::benches::argminmax_u32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
357.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sse_u8_argmax
benches/bench_u8.rs::benches::argminmax_u8_random_array_long
CodSpeed Performance Gauge
N/A
N/A
69.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
scalar_u64_argmax
benches/bench_u64.rs::benches::argminmax_u64_random_array_long
CodSpeed Performance Gauge
N/A
N/A
757.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sse_u64_argmax
benches/bench_u64.rs::benches::argminmax_u64_random_array_long
CodSpeed Performance Gauge
N/A
N/A
523.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
impl_f32_argmax_in
benches/bench_f32_ignore_nan.rs::benches::argminmax_in_f32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
225.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
scalar_f32_argmax_in
benches/bench_f32_ignore_nan.rs::benches::argminmax_in_f32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
471.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
impl_f32_argmin_in
benches/bench_f32_ignore_nan.rs::benches::argminmax_in_f32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
225.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
impl_u64_argmax
benches/bench_u64.rs::benches::argminmax_u64_random_array_long
CodSpeed Performance Gauge
N/A
N/A
459.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sse_f32_argmax_rn
benches/bench_f32_return_nan.rs::benches::argminmax_rn_f32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
319 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
impl_u64_argmin
benches/bench_u64.rs::benches::argminmax_u64_random_array_long
CodSpeed Performance Gauge
N/A
N/A
459.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
avx2_u8_argmax
benches/bench_u8.rs::benches::argminmax_u8_random_array_long
CodSpeed Performance Gauge
N/A
N/A
62.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
impl_u32_argmax
benches/bench_u32.rs::benches::argminmax_u32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
225.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
sse_f32_argmin_rn
benches/bench_f32_return_nan.rs::benches::argminmax_rn_f32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
319.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
impl_u32_argmin
benches/bench_u32.rs::benches::argminmax_u32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
225.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
avx2_u64_argmax
benches/bench_u64.rs::benches::argminmax_u64_random_array_long
CodSpeed Performance Gauge
N/A
N/A
430.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
impl_u8_argmax
benches/bench_u8.rs::benches::argminmax_u8_random_array_long
CodSpeed Performance Gauge
N/A
N/A
86.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
scalar_u8_argmin
benches/bench_u8.rs::benches::argminmax_u8_random_array_long
CodSpeed Performance Gauge
N/A
N/A
253 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
scalar_i32_argmin
benches/bench_i32.rs::benches::argminmax_i32_random_array_long
CodSpeed Performance Gauge
N/A
N/A
357.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
scalar_u64_argmin
benches/bench_u64.rs::benches::argminmax_u64_random_array_long
CodSpeed Performance Gauge
N/A
N/A
544.2 µs
1
2
...
7
Commits
Click on a commit to change the comparison range
Base
main
0954eb2
0%
:rocket: add argmin
7527b2c
3 years ago
by jvdd
+0.01%
:tada: add argmax
90976b4
3 years ago
by jvdd
0%
:recycle: fix return nan + add tests
ff6084b
3 years ago
by jvdd
0%
:construction: update benches
6957a23
3 years ago
by jvdd
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs