Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
284 changes: 145 additions & 139 deletions benchmarks/sql/results.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Benchmarks — SQL / Array / Decs comparison

Generated 2026-05-27 from PR `bbatkin/sqlite-linq-join-groupby-alias` (chunk N+2 — sqlite_linq projection-alias resolver: post-join `_.<alias>` resolves through the join's `into` projection registry, transitively enabling `_group_by` / `_having` / `_order_by` / aggregates / computed-key in chains following a `_join`). Two SQL `—` cells now populated, draining the "`_group_by` after `_join`" entry from [`sqlite_linq_gaps.md`](sqlite_linq_gaps.md):
- `join_groupby_count` m1 = 160.7 INTERP / 157.8 JIT (beats `m3f` 186.2 / 47.2 in INTERP but JIT m3f still wins)
- `join_groupby_to_array` m1 = 189.9 INTERP / 190.3 JIT (similar shape)
Generated 2026-05-28 from PR `bbatkin/linq-fold-array-join-splice` (chunk N+3 — linq_fold array-side `_join` splice + cross-arm `_join |> _group_by` via new `ArrayJoin` SourceAdapter). Closes the m3f-vs-m4 parity gap across the entire `join_*` family — all 5 cells m3f beats m4 in both INTERP and JIT:

Drift across the rest of the matrix is at measurement floor (±5% INTERP, ±10% JIT). The `_join`-side surface didn't touch any non-join planner, so the row-level changes are noise.
| Cell | m3f INTERP before / after | m3f JIT before / after |
|---|---:|---:|
| `join_count` | 128.2 → **51.0** | 34.6 → **11.6** |
| `join_select` | 148.1 → **72.0** | 41.6 → **19.7** |
| `join_where_count` | 148.5 → **60.1** | 41.2 → **20.4** |
| `join_groupby_count` | 186.2 → **78.3** | 47.2 → **19.4** |
| `join_groupby_to_array` | 217.8 → **88.1** | 55.5 → **19.5** |

Drift across the rest of the matrix is at measurement floor (±5% INTERP, ±10% JIT). The splice is gated on `array_source` + primitive equi-key + (for cross-arm) `upstream_join` capture, so non-join chains aren't touched.
Fixture size: n = 100 000 (cars), 100 dealers, 5 brands. Each row is
one bench family in `benchmarks/sql/`; columns are nanoseconds per
logical operation. `—` marks an intentionally absent lane — see
Expand All @@ -31,155 +37,155 @@ before the timer resolution can measure them — they should be read as

| Benchmark | SQL (m1) | Array (m3f) | Decs (m4) | Decs vs Array |
|---|---:|---:|---:|---:|
| `aggregate_match` | 34.2 | 6.0 | 6.0 | 1.00× |
| `all_match` | 27.7 | 3.6 | 3.6 | 1.00× |
| `any_match` | 0.00 | 0.00 | 0.00 | — |
| `average_aggregate` | 30.0 | 6.0 | 8.9 | 1.48× |
| `bare_order_where` | 286.5 | 118.0 | 128.2 | 1.09× |
| `chained_select_collapse` | — | 18.3 | 18.3 | 1.00× |
| `chained_where` | 36.3 | 6.8 | 7.7 | 1.13× |
| `contains_match` | 0.00 | 2.3 | 1.5 | 0.65× |
| `count_aggregate` | 29.5 | 4.2 | 4.4 | 1.05× |
| `decs_count_bare_pred` | — | — | 4.3 | — |
| `distinct_by_count` | 41.1 | 15.9 | 16.1 | 1.01× |
| `distinct_by_order_take` | 242.4 | 22.0 | 24.0 | 1.09× |
| `distinct_by_order_to_array` | 239.8 | 22.1 | 23.6 | 1.07× |
| `distinct_count` | 41.3 | 16.0 | 16.1 | 1.01× |
| `distinct_count_pred` | 253.8 | 16.1 | 16.0 | 0.99× |
| `distinct_take` | 0.00 | 0.00 | 0.00 | — |
| `element_at_match` | 0.00 | 0.00 | 0.00 | — |
| `first_match` | 0.00 | 0.00 | 0.00 | — |
| `first_or_default_match` | 0.00 | 0.00 | 0.00 | — |
| `groupby_average` | 173.2 | 30.9 | 30.3 | 0.98× |
| `groupby_count` | 146.6 | 19.4 | 19.4 | 1.00× |
| `groupby_first` | 253.3 | 18.6 | 19.2 | 1.03× |
| `groupby_having_count` | 142.9 | 19.3 | 19.4 | 1.01× |
| `groupby_having_hidden_sum` | 178.1 | 24.0 | 24.5 | 1.02× |
| `groupby_having_post_where` | 173.8 | 19.1 | 18.8 | 0.98× |
| `groupby_max` | 175.0 | 25.4 | 25.5 | 1.00× |
| `groupby_min` | 177.7 | 26.0 | 26.0 | 1.00× |
| `groupby_multi_reducer` | 191.3 | 32.3 | 32.7 | 1.01× |
| `groupby_select_order` | 173.4 | 18.9 | 18.7 | 0.99× |
| `groupby_select_sum` | 208.8 | 36.8 | 36.5 | 0.99× |
| `groupby_sum` | 173.4 | 18.6 | 18.8 | 1.01× |
| `groupby_where_count` | 75.9 | 14.7 | 15.0 | 1.02× |
| `groupby_where_sum` | 87.5 | 14.3 | 14.7 | 1.03× |
| `indexed_lookup` | 1457.1 | 205119.6 | 482.2 | 0.00× |
| `join_count` | 37.9 | 128.2 | 65.4 | 0.51× |
| `join_groupby_count` | 160.7 | 186.2 | 90.4 | 0.49× |
| `join_groupby_to_array` | 189.9 | 217.8 | 93.1 | 0.43× |
| `join_select` | — | 148.1 | 85.3 | 0.58× |
| `join_where_count` | 39.3 | 148.5 | 74.4 | 0.50× |
| `last_match` | 0.00 | 5.8 | 14.3 | 2.47× |
| `long_count_aggregate` | 29.5 | 4.1 | 4.1 | 1.00× |
| `max_aggregate` | 30.5 | 6.0 | 7.0 | 1.17× |
| `min_aggregate` | 30.5 | 6.1 | 6.8 | 1.11× |
| `order_distinct_take` | 139.1 | 15.8 | 97.2 | 6.15× |
| `order_reverse_normalized` | 38.0 | 16.2 | 20.1 | 1.24× |
| `order_take_desc` | 37.9 | 16.2 | 20.0 | 1.23× |
| `reverse_distinct_by` | 292.5 | 21.4 | — | — |
| `reverse_take` | 0.1 | 0.00 | 10.1 | — |
| `reverse_take_select` | 0.00 | 33.8 | 48.3 | 1.43× |
| `select_count` | 0.1 | 0.00 | 2.2 | — |
| `select_where` | 193.2 | 11.1 | 19.6 | 1.77× |
| `select_where_count` | 32.4 | 5.2 | 7.5 | 1.44× |
| `select_where_order_take` | 36.3 | 12.3 | 15.0 | 1.22× |
| `select_where_sum` | 37.0 | 7.5 | 7.6 | 1.01× |
| `single_match` | 0.00 | 2.9 | 5.5 | 1.90× |
| `aggregate_match` | 32.3 | 5.8 | 5.8 | 1.00× |
| `all_match` | 26.3 | 3.5 | 3.5 | 1.00× |
| `any_match` | 0.0 | 0.0 | 0.0 | — |
| `average_aggregate` | 29.0 | 5.9 | 8.8 | 1.49× |
| `bare_order_where` | 270.0 | 115.2 | 124.7 | 1.08× |
| `chained_select_collapse` | — | 17.7 | 17.4 | 0.98× |
| `chained_where` | 35.5 | 6.6 | 7.1 | 1.08× |
| `contains_match` | 0.0 | 2.2 | 1.4 | 0.64× |
| `count_aggregate` | 28.3 | 4.1 | 4.0 | 0.98× |
| `decs_count_bare_pred` | — | — | 4.1 | — |
| `distinct_by_count` | 39.8 | 15.5 | 15.7 | 1.01× |
| `distinct_by_order_take` | 247.9 | 21.6 | 23.9 | 1.11× |
| `distinct_by_order_to_array` | 236.5 | 21.8 | 23.2 | 1.06× |
| `distinct_count` | 40.2 | 15.8 | 15.9 | 1.01× |
| `distinct_count_pred` | 246.2 | 15.7 | 15.8 | 1.01× |
| `distinct_take` | 0.0 | 0.0 | 0.0 | — |
| `element_at_match` | 0.0 | 0.0 | 0.0 | — |
| `first_match` | 0.0 | 0.0 | 0.0 | — |
| `first_or_default_match` | 0.0 | 0.0 | 0.0 | — |
| `groupby_average` | 170.1 | 29.7 | 29.7 | 1.00× |
| `groupby_count` | 139.6 | 19.2 | 19.1 | 0.99× |
| `groupby_first` | 246.7 | 18.3 | 19.0 | 1.04× |
| `groupby_having_count` | 139.3 | 19.0 | 19.0 | 1.00× |
| `groupby_having_hidden_sum` | 173.2 | 23.6 | 24.0 | 1.02× |
| `groupby_having_post_where` | 168.0 | 18.9 | 18.6 | 0.98× |
| `groupby_max` | 171.2 | 24.9 | 25.0 | 1.00× |
| `groupby_min` | 170.2 | 25.4 | 25.6 | 1.01× |
| `groupby_multi_reducer` | 195.4 | 31.8 | 32.2 | 1.01× |
| `groupby_select_order` | 168.0 | 18.5 | 18.5 | 1.00× |
| `groupby_select_sum` | 197.7 | 35.6 | 35.7 | 1.00× |
| `groupby_sum` | 168.5 | 18.4 | 18.4 | 1.00× |
| `groupby_where_count` | 74.2 | 14.4 | 14.8 | 1.03× |
| `groupby_where_sum` | 84.7 | 14.1 | 14.4 | 1.02× |
| `indexed_lookup` | 1453.2 | 202198.9 | 470.2 | 0.00× |
| `join_count` | 36.8 | 51.0 | 63.6 | 1.25× |
| `join_groupby_count` | 153.9 | 78.3 | 90.1 | 1.15× |
| `join_groupby_to_array` | 186.0 | 88.1 | 91.4 | 1.04× |
| `join_select` | — | 72.0 | 83.8 | 1.16× |
| `join_where_count` | 38.3 | 60.1 | 74.3 | 1.24× |
| `last_match` | 0.0 | 5.7 | 13.9 | 2.44× |
| `long_count_aggregate` | 28.1 | 4.0 | 4.0 | 1.00× |
| `max_aggregate` | 29.3 | 6.0 | 6.8 | 1.13× |
| `min_aggregate` | 29.2 | 6.0 | 6.7 | 1.12× |
| `order_distinct_take` | 135.7 | 15.6 | 93.6 | 6.00× |
| `order_reverse_normalized` | 36.4 | 16.0 | 19.8 | 1.24× |
| `order_take_desc` | 36.3 | 15.9 | 19.8 | 1.25× |
| `reverse_distinct_by` | 284.8 | 21.3 | — | — |
| `reverse_take` | 0.1 | 0.0 | 10.0 | — |
| `reverse_take_select` | 0.0 | 33.4 | 47.4 | 1.42× |
| `select_count` | 0.1 | 0.0 | 2.2 | — |
| `select_where` | 190.8 | 10.9 | 19.1 | 1.75× |
| `select_where_count` | 31.4 | 5.1 | 7.3 | 1.43× |
| `select_where_order_take` | 35.3 | 12.1 | 14.7 | 1.21× |
| `select_where_sum` | 35.8 | 7.4 | 7.4 | 1.00× |
| `single_match` | 0.0 | 2.9 | 5.4 | 1.86× |
| `skip_take` | 0.5 | 0.1 | 0.2 | 2.00× |
| `skip_while_match` | 3.5 | 5.3 | 5.3 | 1.00× |
| `sort_first` | 37.7 | 11.1 | 13.3 | 1.20× |
| `sort_take` | 37.9 | 16.4 | 20.8 | 1.27× |
| `sort_take_select` | 37.9 | 16.2 | 20.1 | 1.24× |
| `sum_aggregate` | 30.2 | 2.2 | 2.1 | 0.95× |
| `sum_where` | 32.3 | 4.3 | 4.2 | 0.98× |
| `skip_while_match` | 3.4 | 5.2 | 5.3 | 1.02× |
| `sort_first` | 36.6 | 10.9 | 13.2 | 1.21× |
| `sort_take` | 38.8 | 16.2 | 20.5 | 1.27× |
| `sort_take_select` | 36.9 | 16.0 | 19.8 | 1.24× |
| `sum_aggregate` | 29.4 | 2.2 | 2.1 | 0.95× |
| `sum_where` | 31.4 | 4.2 | 4.2 | 1.00× |
| `take_count` | 3.6 | 0.2 | 0.4 | 2.00× |
| `take_count_filtered` | — | 0.2 | 0.2 | 1.00× |
| `take_sum_aggregate` | — | 0.1 | 0.1 | 1.00× |
| `take_where_count` | — | 0.1 | 0.1 | 1.00× |
| `take_while_match` | 7.8 | 2.4 | 2.5 | 1.04× |
| `to_array_filter` | 70.1 | 11.7 | 11.8 | 1.01× |
| `zip_count_pred` | — | 15.3 | — | — |
| `zip_dot_product` | — | 12.8 | 10.9 | 0.85× |
| `zip_dot_product_3arg` | — | 12.9 | — | — |
| `zip_reverse_to_array` | — | 31.0 | — | — |
| `take_while_match` | 7.5 | 2.4 | 2.4 | 1.00× |
| `to_array_filter` | 68.0 | 11.5 | 11.6 | 1.01× |
| `zip_count_pred` | — | 15.1 | — | — |
| `zip_dot_product` | — | 12.5 | 10.9 | 0.87× |
| `zip_dot_product_3arg` | — | 12.8 | — | — |
| `zip_reverse_to_array` | — | 31.1 | — | — |

## JIT

| Benchmark | SQL (m1) | Array (m3f) | Decs (m4) | Decs vs Array |
|---|---:|---:|---:|---:|
| `aggregate_match` | 34.6 | 0.4 | 0.7 | 1.75× |
| `all_match` | 27.6 | 0.3 | 0.2 | 0.67× |
| `any_match` | 0.00 | 0.00 | 0.00 | — |
| `average_aggregate` | 29.8 | 1.0 | 3.6 | 3.60× |
| `bare_order_where` | 196.3 | 35.4 | 36.8 | 1.04× |
| `chained_select_collapse` | — | 2.2 | 2.2 | 1.00× |
| `chained_where` | 36.4 | 0.6 | 0.9 | 1.50× |
| `contains_match` | 0.00 | 0.2 | 0.1 | 0.50× |
| `count_aggregate` | 29.0 | 0.4 | 0.6 | 1.50× |
| `aggregate_match` | 33.8 | 0.4 | 0.7 | 1.75× |
| `all_match` | 27.8 | 0.3 | 0.2 | 0.67× |
| `any_match` | 0.0 | 0.0 | 0.0 | — |
| `average_aggregate` | 29.0 | 1.0 | 3.5 | 3.50× |
| `bare_order_where` | 177.2 | 33.9 | 35.2 | 1.04× |
| `chained_select_collapse` | — | 2.1 | 2.1 | 1.00× |
| `chained_where` | 35.3 | 0.6 | 0.9 | 1.50× |
| `contains_match` | 0.0 | 0.2 | 0.1 | 0.50× |
| `count_aggregate` | 28.9 | 0.4 | 0.6 | 1.50× |
| `decs_count_bare_pred` | — | — | 0.6 | — |
| `distinct_by_count` | 40.8 | 2.2 | 2.1 | 0.95× |
| `distinct_by_order_take` | 247.0 | 2.7 | 3.3 | 1.22× |
| `distinct_by_order_to_array` | 240.3 | 2.8 | 3.3 | 1.18× |
| `distinct_count` | 41.2 | 2.1 | 2.1 | 1.00× |
| `distinct_count_pred` | 250.2 | 2.1 | 2.3 | 1.10× |
| `distinct_take` | 0.00 | 0.00 | 0.00 | |
| `element_at_match` | 0.00 | 0.00 | 0.00 | — |
| `first_match` | 0.00 | 0.00 | 0.00 | — |
| `first_or_default_match` | 0.00 | 0.00 | 0.00 | — |
| `groupby_average` | 174.9 | 2.6 | 2.9 | 1.12× |
| `groupby_count` | 142.7 | 2.4 | 2.5 | 1.04× |
| `groupby_first` | 251.9 | 2.6 | 3.1 | 1.19× |
| `groupby_having_count` | 148.8 | 2.4 | 2.5 | 1.04× |
| `groupby_having_hidden_sum` | 175.4 | 2.5 | 2.8 | 1.12× |
| `groupby_having_post_where` | 175.7 | 2.4 | 2.7 | 1.13× |
| `groupby_max` | 183.8 | 2.4 | 2.7 | 1.13× |
| `groupby_min` | 172.8 | 2.4 | 2.7 | 1.13× |
| `groupby_multi_reducer` | 190.1 | 2.7 | 3.0 | 1.11× |
| `groupby_select_order` | 170.5 | 2.4 | 2.7 | 1.13× |
| `groupby_select_sum` | 201.4 | 3.2 | 3.7 | 1.16× |
| `groupby_sum` | 170.1 | 2.4 | 2.7 | 1.13× |
| `groupby_where_count` | 75.7 | 1.5 | 1.8 | 1.20× |
| `groupby_where_sum` | 86.9 | 1.5 | 1.8 | 1.20× |
| `indexed_lookup` | 1256.0 | 35187.8 | 108.3 | 0.00× |
| `join_count` | 37.9 | 34.6 | 14.2 | 0.41× |
| `join_groupby_count` | 157.8 | 47.2 | 22.1 | 0.47× |
| `join_groupby_to_array` | 190.3 | 55.5 | 21.9 | 0.39× |
| `join_select` | — | 41.6 | 22.6 | 0.54× |
| `join_where_count` | 39.0 | 41.2 | 22.8 | 0.55× |
| `last_match` | 0.00 | 0.5 | 1.4 | 2.80× |
| `long_count_aggregate` | 29.0 | 0.4 | 0.6 | 1.50× |
| `max_aggregate` | 30.8 | 0.6 | 0.5 | 0.83× |
| `min_aggregate` | 30.8 | 0.6 | 0.5 | 0.83× |
| `order_distinct_take` | 138.1 | 2.1 | 74.7 | 35.57× |
| `order_reverse_normalized` | 37.8 | 0.7 | 1.3 | 1.86× |
| `order_take_desc` | 37.9 | 0.7 | 1.3 | 1.86× |
| `reverse_distinct_by` | 295.8 | 2.6 | — | — |
| `reverse_take` | 0.00 | 0.00 | 1.1 | — |
| `reverse_take_select` | 0.00 | 8.3 | 10.1 | 1.22× |
| `select_count` | 0.1 | 0.00 | 0.00 | — |
| `select_where` | 105.0 | 4.1 | 5.6 | 1.37× |
| `select_where_count` | 32.5 | 0.4 | 0.6 | 1.50× |
| `select_where_order_take` | 36.9 | 0.7 | 1.3 | 1.86× |
| `select_where_sum` | 37.3 | 0.5 | 0.6 | 1.20× |
| `single_match` | 0.00 | 0.4 | 1.1 | 2.75× |
| `skip_take` | 0.3 | 0.00 | 0.00 | — |
| `skip_while_match` | 3.4 | 0.4 | 0.4 | 1.00× |
| `sort_first` | 37.6 | 0.4 | 1.3 | 3.25× |
| `sort_take` | 38.1 | 0.7 | 1.3 | 1.86× |
| `sort_take_select` | 38.2 | 0.7 | 1.3 | 1.86× |
| `sum_aggregate` | 29.9 | 0.4 | 0.3 | 0.75× |
| `sum_where` | 32.4 | 0.4 | 0.6 | 1.50× |
| `distinct_by_count` | 40.1 | 2.1 | 2.1 | 1.00× |
| `distinct_by_order_take` | 235.3 | 2.6 | 3.2 | 1.23× |
| `distinct_by_order_to_array` | 238.8 | 2.7 | 3.3 | 1.22× |
| `distinct_count` | 40.5 | 2.1 | 2.1 | 1.00× |
| `distinct_count_pred` | 246.8 | 2.1 | 2.2 | 1.05× |
| `distinct_take` | 0.0 | 0.1 | 0.0 | 0.00× |
| `element_at_match` | 0.0 | 0.0 | 0.0 | — |
| `first_match` | 0.0 | 0.0 | 0.0 | — |
| `first_or_default_match` | 0.0 | 0.0 | 0.0 | — |
| `groupby_average` | 168.6 | 2.6 | 2.9 | 1.12× |
| `groupby_count` | 141.0 | 2.3 | 2.5 | 1.09× |
| `groupby_first` | 250.4 | 2.2 | 3.1 | 1.41× |
| `groupby_having_count` | 146.9 | 2.3 | 2.5 | 1.09× |
| `groupby_having_hidden_sum` | 171.6 | 2.5 | 2.8 | 1.12× |
| `groupby_having_post_where` | 167.2 | 2.4 | 2.6 | 1.08× |
| `groupby_max` | 168.0 | 2.4 | 2.6 | 1.08× |
| `groupby_min` | 167.5 | 2.4 | 2.6 | 1.08× |
| `groupby_multi_reducer` | 189.6 | 2.7 | 2.9 | 1.07× |
| `groupby_select_order` | 168.3 | 2.4 | 2.6 | 1.08× |
| `groupby_select_sum` | 190.1 | 3.2 | 3.6 | 1.12× |
| `groupby_sum` | 165.7 | 2.7 | 2.7 | 1.00× |
| `groupby_where_count` | 73.8 | 1.4 | 1.7 | 1.21× |
| `groupby_where_sum` | 84.4 | 1.5 | 1.8 | 1.20× |
| `indexed_lookup` | 1224.3 | 34689.8 | 106.0 | 0.00× |
| `join_count` | 36.7 | 11.6 | 12.7 | 1.09× |
| `join_groupby_count` | 153.3 | 19.4 | 21.6 | 1.11× |
| `join_groupby_to_array` | 187.2 | 19.5 | 21.6 | 1.11× |
| `join_select` | — | 19.7 | 22.2 | 1.13× |
| `join_where_count` | 38.2 | 20.4 | 22.5 | 1.10× |
| `last_match` | 0.0 | 0.5 | 1.4 | 2.80× |
| `long_count_aggregate` | 28.0 | 0.4 | 0.6 | 1.50× |
| `max_aggregate` | 29.5 | 0.6 | 0.5 | 0.83× |
| `min_aggregate` | 29.4 | 0.6 | 0.5 | 0.83× |
| `order_distinct_take` | 136.1 | 2.1 | 73.9 | 35.19× |
| `order_reverse_normalized` | 36.5 | 0.7 | 1.3 | 1.86× |
| `order_take_desc` | 36.5 | 0.7 | 1.3 | 1.86× |
| `reverse_distinct_by` | 289.8 | 2.6 | — | — |
| `reverse_take` | 0.0 | 0.0 | 1.1 | — |
| `reverse_take_select` | 0.0 | 8.1 | 9.9 | 1.22× |
| `select_count` | 0.1 | 0.0 | 0.0 | — |
| `select_where` | 105.0 | 4.1 | 5.3 | 1.29× |
| `select_where_count` | 31.3 | 0.4 | 0.6 | 1.50× |
| `select_where_order_take` | 35.2 | 0.7 | 1.3 | 1.86× |
| `select_where_sum` | 35.8 | 0.5 | 0.6 | 1.20× |
| `single_match` | 0.0 | 0.4 | 1.1 | 2.75× |
| `skip_take` | 0.3 | 0.0 | 0.0 | — |
| `skip_while_match` | 3.3 | 0.4 | 0.4 | 1.00× |
| `sort_first` | 36.4 | 0.4 | 1.3 | 3.25× |
| `sort_take` | 36.4 | 0.7 | 1.3 | 1.86× |
| `sort_take_select` | 37.1 | 0.7 | 1.4 | 2.00× |
| `sum_aggregate` | 28.4 | 0.4 | 0.3 | 0.75× |
| `sum_where` | 31.1 | 0.4 | 0.6 | 1.50× |
| `take_count` | 1.8 | 0.1 | 0.1 | 1.00× |
| `take_count_filtered` | — | 0.00 | 0.00 | — |
| `take_sum_aggregate` | — | 0.00 | 0.00 | — |
| `take_where_count` | — | 0.00 | 0.00 | — |
| `take_while_match` | 7.8 | 0.2 | 0.3 | 1.50× |
| `to_array_filter` | 48.3 | 3.2 | 3.4 | 1.06× |
| `zip_count_pred` | — | 0.7 | — | — |
| `take_count_filtered` | — | 0.0 | 0.0 | — |
| `take_sum_aggregate` | — | 0.0 | 0.0 | — |
| `take_where_count` | — | 0.0 | 0.0 | — |
| `take_while_match` | 7.4 | 0.2 | 0.3 | 1.50× |
| `to_array_filter` | 45.7 | 3.1 | 3.2 | 1.03× |
| `zip_count_pred` | — | 0.6 | — | — |
| `zip_dot_product` | — | 0.5 | 0.5 | 1.00× |
| `zip_dot_product_3arg` | — | 0.5 | — | — |
| `zip_reverse_to_array` | — | 4.5 | — | — |
| `zip_reverse_to_array` | — | 4.3 | — | — |

## Notes on missing lanes (the `—` cells)

Expand Down
Loading
Loading