Files
foxhunt/crates
jgrusewski 4a3f387860 fix(ml): Arc<Vec<OHLCVBar>> → Arc<[OHLCVBar]> in hyperopt adapters
Fixes clippy::rc_buffer lint in 8 hyperopt adapter files.
Arc<[T]> avoids double indirection vs Arc<Vec<T>>.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 20:59:21 +01:00
..