kingchenc and GitHub
05fe7ffa90
perf: bit-exact batch fast paths + streaming-first benchmark docs ( #202 )
...
## Summary
- Dedicated batch fast paths for **EMA, RSI, Bollinger, MACD and ATR** (used by the Python bindings): one allocation filled in a single pass, warmup encoded as `NaN`, no per-element `Option` or input re-validation. Each is **bit-for-bit equal** to replaying `update` — SMA/Bollinger keep the drift-reseed cadence, the EMA-family keep the seed division and `mul_add` recurrences. Adds the `BatchNanExt` extension trait.
- **Cross-library benchmark refresh**: `compare_libraries.py` reports the median across timing rounds (`--rounds` / `--streaming-rounds`), gains `--skip-batch` / `--skip-streaming`, and runs every peer through the streaming arena (recompute for batch-only libraries). `wickra-bench` drives the batch fast paths against `kand`.
- **README** benchmark section reordered streaming-first (the order-of-magnitude result), with measured TA-Lib/tulipy/pandas-ta numbers in place of the CI-only placeholders.
## Impact
- Python batch ~2× faster on EMA/RSI/MACD/ATR; streaming path unchanged.
- The `batch == streaming` equivalence stays bit-exact.
## Verification
- `cargo fmt` · `cargo clippy --workspace --all-targets --all-features -- -D warnings` (clean)
- `cargo test --workspace --all-features` — 3782 unit + 420 doc tests pass
- Python `pytest` — streaming-vs-batch, known-values, input-validation, smoke pass
## Notes
- Node/WASM bindings keep their existing batch; the fast paths are Python-only for now.
2026-06-08 00:17:58 +02:00
..
2026-06-02 16:34:15 +02:00
2026-06-03 23:24:25 +02:00
2026-06-03 17:24:33 +02:00
2026-05-25 18:37:12 +02:00
2026-05-24 00:47:53 +02:00
2026-05-25 19:15:22 +02:00
2026-06-03 17:24:33 +02:00
2026-06-07 04:25:16 +02:00
2026-05-25 22:14:27 +02:00
2026-06-04 13:44:51 +02:00
2026-06-07 04:25:16 +02:00
2026-05-24 00:48:02 +02:00
2026-06-02 16:34:15 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 04:11:10 +02:00
2026-06-03 02:26:38 +02:00
2026-05-25 19:00:13 +02:00
2026-05-25 15:01:14 +02:00
2026-05-25 15:01:14 +02:00
2026-05-26 20:44:21 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 20:50:56 +02:00
2026-05-25 19:15:22 +02:00
2026-06-08 00:13:42 +02:00
2026-05-25 17:26:46 +02:00
2026-05-24 00:46:59 +02:00
2026-05-24 00:47:53 +02:00
2026-05-25 18:37:12 +02:00
2026-06-07 01:32:15 +02:00
2026-05-24 00:47:53 +02:00
2026-06-08 00:17:58 +02:00
2026-06-04 00:47:00 +02:00
2026-06-07 04:25:16 +02:00
2026-05-25 23:42:05 +02:00
2026-06-03 20:31:32 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 02:26:38 +02:00
2026-05-25 17:26:46 +02:00
2026-05-24 00:46:59 +02:00
2026-05-24 00:48:37 +02:00
2026-06-07 04:25:16 +02:00
2026-06-03 23:24:25 +02:00
2026-06-02 16:34:15 +02:00
2026-06-03 15:39:55 +02:00
2026-05-25 23:42:05 +02:00
2026-06-07 02:30:56 +02:00
2026-06-06 22:38:34 +02:00
2026-06-04 12:00:35 +02:00
2026-05-23 23:22:54 +02:00
2026-06-08 00:17:58 +02:00
2026-06-07 00:03:02 +02:00
2026-06-03 17:24:33 +02:00
2026-06-02 16:34:15 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 23:24:25 +02:00
2026-06-01 22:07:35 +02:00
2026-05-26 20:44:21 +02:00
2026-05-25 20:06:46 +02:00
2026-05-24 00:46:59 +02:00
2026-05-25 22:32:00 +02:00
2026-06-08 00:13:42 +02:00
2026-05-25 17:26:46 +02:00
2026-05-24 00:47:53 +02:00
2026-05-24 00:47:56 +02:00
2026-05-24 00:47:56 +02:00
2026-05-24 00:47:56 +02:00
2026-05-24 00:47:56 +02:00
2026-05-25 20:06:46 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 17:27:39 +02:00
2026-05-24 00:47:50 +02:00
2026-05-24 00:47:01 +02:00
2026-05-25 23:42:05 +02:00
2026-06-01 13:45:21 +02:00
2026-06-02 17:27:39 +02:00
2026-05-26 20:44:21 +02:00
2026-05-25 15:28:56 +02:00
2026-05-24 00:46:20 +02:00
2026-06-07 04:25:16 +02:00
2026-06-02 16:34:15 +02:00
2026-06-03 23:24:25 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 22:55:36 +02:00
2026-06-01 16:38:48 +02:00
2026-05-25 22:32:00 +02:00
2026-06-03 23:24:25 +02:00
2026-06-03 20:31:32 +02:00
2026-05-25 22:32:00 +02:00
2026-05-25 22:14:27 +02:00
2026-05-24 00:47:01 +02:00
2026-05-25 19:15:22 +02:00
2026-05-25 20:06:46 +02:00
2026-06-01 19:45:38 +02:00
2026-06-04 15:26:17 +02:00
2026-05-25 23:42:05 +02:00
2026-06-04 15:26:17 +02:00
2026-06-03 15:39:55 +02:00
2026-06-02 17:52:04 +02:00
2026-06-01 14:37:20 +02:00
2026-05-25 19:36:14 +02:00
2026-05-24 00:47:01 +02:00
2026-05-25 18:37:12 +02:00
2026-06-03 22:55:36 +02:00
2026-06-02 17:24:42 +02:00
2026-05-24 00:47:01 +02:00
2026-06-02 16:45:08 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 02:26:38 +02:00
2026-06-04 15:26:17 +02:00
2026-05-24 00:47:01 +02:00
2026-06-01 19:45:38 +02:00
2026-05-25 22:32:00 +02:00
2026-06-04 13:44:51 +02:00
2026-05-25 17:26:46 +02:00
2026-06-04 15:26:17 +02:00
2026-06-07 01:32:15 +02:00
2026-06-08 00:17:58 +02:00
2026-05-25 22:14:27 +02:00
2026-06-01 14:37:20 +02:00
2026-06-07 04:25:16 +02:00
2026-06-02 17:52:04 +02:00
2026-05-25 15:01:14 +02:00
2026-06-06 22:38:34 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 17:52:04 +02:00
2026-05-25 22:32:00 +02:00
2026-06-04 01:12:09 +02:00
2026-06-04 01:12:09 +02:00
2026-06-04 00:47:00 +02:00
2026-06-04 00:47:00 +02:00
2026-06-04 01:12:09 +02:00
2026-06-04 00:47:00 +02:00
2026-06-04 00:47:00 +02:00
2026-06-04 01:12:09 +02:00
2026-05-25 20:06:46 +02:00
2026-06-04 15:26:17 +02:00
2026-05-25 22:14:27 +02:00
2026-06-03 22:55:36 +02:00
2026-06-01 20:00:58 +02:00
2026-05-24 00:47:56 +02:00
2026-05-25 18:37:12 +02:00
2026-05-25 15:01:14 +02:00
2026-06-01 21:26:37 +02:00
2026-06-01 21:26:37 +02:00
2026-06-01 21:26:37 +02:00
2026-06-01 21:26:37 +02:00
2026-05-26 20:44:21 +02:00
2026-06-02 17:52:04 +02:00
2026-06-06 22:38:34 +02:00
2026-05-25 18:18:20 +02:00
2026-06-03 23:24:25 +02:00
2026-06-04 17:57:24 +02:00
2026-06-04 13:44:51 +02:00
2026-06-04 13:44:51 +02:00
2026-06-04 00:47:00 +02:00
2026-06-03 15:39:55 +02:00
2026-06-02 16:45:08 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 14:37:20 +02:00
2026-06-03 22:55:36 +02:00
2026-05-25 23:02:29 +02:00
2026-06-03 17:24:33 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 16:54:47 +02:00
2026-06-07 04:25:16 +02:00
2026-06-02 17:03:49 +02:00
2026-06-02 16:54:47 +02:00
2026-05-25 22:14:27 +02:00
2026-05-25 19:36:14 +02:00
2026-05-24 00:48:35 +02:00
2026-05-24 00:47:50 +02:00
2026-06-04 13:44:51 +02:00
2026-06-02 17:03:49 +02:00
2026-06-03 02:48:11 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:48:11 +02:00
2026-05-25 18:37:12 +02:00
2026-05-25 23:42:05 +02:00
2026-05-25 23:02:29 +02:00
2026-06-01 23:20:10 +02:00
2026-06-02 17:52:04 +02:00
2026-05-25 15:28:56 +02:00
2026-05-26 20:44:21 +02:00
2026-05-26 00:14:30 +02:00
2026-05-25 22:14:27 +02:00
2026-06-07 02:30:56 +02:00
2026-06-04 15:26:17 +02:00
2026-06-03 20:31:32 +02:00
2026-05-25 22:14:27 +02:00
2026-06-01 14:37:20 +02:00
2026-06-07 03:08:53 +02:00
2026-05-25 15:01:14 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 21:56:00 +02:00
2026-06-03 15:39:55 +02:00
2026-05-24 00:48:35 +02:00
2026-06-07 01:32:15 +02:00
2026-06-04 17:57:24 +02:00
2026-05-26 20:44:21 +02:00
2026-05-24 00:47:59 +02:00
2026-06-07 03:08:53 +02:00
2026-06-02 17:06:40 +02:00
2026-06-02 17:06:40 +02:00
2026-05-25 15:28:56 +02:00
2026-05-25 23:42:05 +02:00
2026-05-25 19:15:22 +02:00
2026-06-01 19:45:38 +02:00
2026-06-02 17:06:40 +02:00
2026-05-25 15:28:56 +02:00
2026-06-01 13:45:21 +02:00
2026-05-24 00:48:35 +02:00
2026-05-25 18:37:12 +02:00
2026-06-03 02:26:38 +02:00
2026-05-24 00:47:59 +02:00
2026-05-24 00:47:59 +02:00
2026-06-01 21:50:35 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 16:45:08 +02:00
2026-06-02 17:52:04 +02:00
2026-06-01 21:50:35 +02:00
2026-05-25 18:37:12 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-04 19:36:43 +02:00
2026-06-08 00:17:58 +02:00
2026-05-30 18:46:49 +02:00
2026-05-25 19:15:22 +02:00
2026-06-01 14:37:20 +02:00
2026-05-24 00:48:35 +02:00
2026-06-02 17:52:04 +02:00
2026-06-02 17:16:15 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 17:24:33 +02:00
2026-05-25 15:01:14 +02:00
2026-05-25 23:42:05 +02:00
2026-06-07 00:03:02 +02:00
2026-06-04 13:44:51 +02:00
2026-05-24 00:48:37 +02:00
2026-05-24 00:47:50 +02:00
2026-06-01 16:06:22 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-08 00:13:42 +02:00
2026-06-07 01:32:15 +02:00
2026-05-24 00:47:43 +02:00
2026-06-02 17:52:04 +02:00
2026-06-01 14:37:20 +02:00
2026-06-08 00:13:42 +02:00
2026-05-24 00:46:20 +02:00
2026-06-03 17:24:33 +02:00
2026-06-07 01:32:15 +02:00
2026-05-25 19:15:22 +02:00
2026-06-01 16:06:22 +02:00
2026-06-01 16:06:22 +02:00
2026-06-01 16:06:22 +02:00
2026-05-24 00:47:50 +02:00
2026-06-01 21:26:37 +02:00
2026-06-01 21:50:35 +02:00
2026-06-01 21:50:35 +02:00
2026-05-26 20:44:21 +02:00
2026-06-02 17:52:04 +02:00
2026-06-02 17:27:39 +02:00
2026-05-26 00:14:30 +02:00
2026-06-04 12:00:35 +02:00
2026-06-03 15:39:55 +02:00
2026-06-03 20:31:32 +02:00
2026-06-03 20:31:32 +02:00
2026-05-26 20:44:21 +02:00
2026-06-01 13:45:21 +02:00
2026-06-01 13:45:21 +02:00
2026-05-25 18:18:20 +02:00
2026-06-04 01:12:09 +02:00
2026-05-25 23:42:05 +02:00
2026-06-03 17:24:33 +02:00
2026-05-23 23:25:35 +02:00
2026-05-25 19:36:14 +02:00
2026-05-25 15:28:56 +02:00
2026-06-01 14:37:20 +02:00
2026-06-08 00:13:42 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-05-24 00:46:56 +02:00
2026-06-02 21:56:00 +02:00
2026-06-04 17:57:24 +02:00
2026-06-04 19:36:43 +02:00
2026-05-24 00:46:56 +02:00
2026-05-26 20:44:21 +02:00
2026-06-07 00:03:02 +02:00
2026-06-07 00:03:02 +02:00
2026-05-24 01:31:20 +02:00
2026-05-25 19:15:22 +02:00
2026-06-04 15:26:17 +02:00
2026-06-04 17:57:24 +02:00
2026-06-07 00:03:02 +02:00
2026-06-01 16:06:22 +02:00
2026-05-25 23:42:05 +02:00
2026-06-01 19:45:38 +02:00
2026-06-04 12:00:35 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 22:55:36 +02:00
2026-06-07 04:25:16 +02:00
2026-06-04 12:00:35 +02:00
2026-06-01 13:45:21 +02:00
2026-06-02 21:56:00 +02:00
2026-05-25 19:36:14 +02:00
2026-06-02 16:45:08 +02:00
2026-06-02 17:52:04 +02:00
2026-06-04 15:26:17 +02:00
2026-05-24 00:46:56 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-05-25 18:18:20 +02:00
2026-06-04 12:00:35 +02:00
2026-06-03 15:39:55 +02:00
2026-06-03 15:39:55 +02:00
2026-06-04 12:00:35 +02:00
2026-06-07 03:08:53 +02:00
2026-06-04 12:00:35 +02:00
2026-06-04 12:00:35 +02:00
2026-05-25 22:14:27 +02:00
2026-06-08 00:17:58 +02:00
2026-06-04 15:26:17 +02:00
2026-05-25 18:18:20 +02:00
2026-05-25 15:28:56 +02:00
2026-05-25 19:00:13 +02:00
2026-06-07 03:08:53 +02:00
2026-06-03 02:48:11 +02:00
2026-06-03 20:31:32 +02:00
2026-06-02 17:52:04 +02:00
2026-06-03 20:31:32 +02:00
2026-06-03 20:31:32 +02:00
2026-06-03 20:31:32 +02:00
2026-06-07 03:08:53 +02:00
2026-06-03 23:24:25 +02:00
2026-05-26 20:44:21 +02:00
2026-06-01 14:37:20 +02:00
2026-06-02 17:52:04 +02:00
2026-06-01 16:38:48 +02:00
2026-05-26 21:08:50 +02:00
2026-06-04 13:44:51 +02:00
2026-05-25 23:42:05 +02:00
2026-06-08 00:17:58 +02:00
2026-05-25 15:28:56 +02:00
2026-05-23 23:40:34 +02:00
2026-05-26 20:44:21 +02:00
2026-05-25 23:42:05 +02:00
2026-06-01 14:37:20 +02:00
2026-06-04 12:00:35 +02:00
2026-06-03 15:39:55 +02:00
2026-06-03 15:39:55 +02:00
2026-06-02 17:24:42 +02:00
2026-05-25 18:37:12 +02:00
2026-05-30 18:46:49 +02:00
2026-05-25 18:37:12 +02:00
2026-05-25 17:26:46 +02:00
2026-05-23 23:41:24 +02:00
2026-05-25 19:36:14 +02:00
2026-06-02 17:24:42 +02:00
2026-05-24 00:47:43 +02:00
2026-06-04 15:26:17 +02:00
2026-05-23 23:39:32 +02:00
2026-05-25 22:14:27 +02:00
2026-05-24 00:47:59 +02:00
2026-05-24 00:46:20 +02:00
2026-06-01 21:50:35 +02:00
2026-06-02 17:24:42 +02:00
2026-06-02 17:27:39 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-24 00:47:43 +02:00
2026-06-01 22:07:35 +02:00
2026-06-03 23:24:25 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 23:20:10 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 23:20:10 +02:00
2026-06-02 17:52:04 +02:00
2026-06-03 17:24:33 +02:00
2026-05-25 19:00:13 +02:00
2026-06-07 01:32:15 +02:00
2026-06-03 20:31:32 +02:00
2026-06-02 21:16:30 +02:00
2026-06-01 16:38:48 +02:00
2026-06-07 02:30:56 +02:00
2026-06-04 12:00:35 +02:00
2026-06-04 17:57:24 +02:00
2026-06-07 04:25:16 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 22:55:36 +02:00
2026-05-24 00:47:43 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 22:55:36 +02:00
2026-05-24 00:46:20 +02:00
2026-05-24 00:48:37 +02:00
2026-06-04 19:36:43 +02:00
2026-06-03 02:26:38 +02:00
2026-05-24 00:47:46 +02:00
2026-05-25 19:15:22 +02:00
2026-05-25 18:37:12 +02:00
2026-06-04 17:57:24 +02:00
2026-06-03 20:31:32 +02:00
2026-06-01 14:37:20 +02:00
2026-06-07 02:30:56 +02:00
2026-06-01 23:20:10 +02:00
2026-05-24 00:48:37 +02:00
2026-05-24 00:46:56 +02:00
2026-05-24 00:47:46 +02:00
2026-06-02 17:27:39 +02:00
2026-06-07 04:25:16 +02:00
2026-06-03 17:24:33 +02:00
2026-06-02 17:24:42 +02:00
2026-06-01 23:20:10 +02:00
2026-05-26 00:14:30 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 15:39:55 +02:00
2026-05-25 23:42:05 +02:00
2026-05-24 00:48:02 +02:00
2026-05-25 15:01:14 +02:00
2026-06-06 22:38:34 +02:00
2026-06-06 22:38:34 +02:00
2026-06-06 22:38:34 +02:00
2026-05-25 19:36:14 +02:00
2026-06-03 20:31:32 +02:00
2026-05-25 19:15:22 +02:00
2026-06-02 21:16:30 +02:00
2026-06-07 02:30:56 +02:00
2026-06-07 02:30:56 +02:00
2026-06-08 00:13:42 +02:00
2026-05-24 00:47:46 +02:00
2026-06-04 12:00:35 +02:00
2026-05-24 00:48:02 +02:00
2026-05-25 18:37:12 +02:00
2026-05-23 23:27:15 +02:00
2026-05-24 00:47:46 +02:00
2026-05-25 19:15:22 +02:00
2026-06-07 02:30:56 +02:00
2026-06-04 17:57:24 +02:00
2026-05-25 19:00:13 +02:00
2026-06-03 22:55:36 +02:00
2026-05-24 00:48:37 +02:00
2026-06-04 12:00:35 +02:00
2026-05-25 20:06:46 +02:00
2026-05-24 00:46:56 +02:00
2026-06-04 12:00:35 +02:00
2026-05-24 00:46:59 +02:00
2026-05-25 20:06:46 +02:00
2026-05-25 18:18:20 +02:00
2026-05-25 19:36:14 +02:00
2026-05-24 00:48:02 +02:00
2026-05-25 17:26:46 +02:00
2026-05-25 20:06:46 +02:00
2026-05-24 00:47:46 +02:00