fetch_ml/internal/tracking/plugins
Jeremie Fraeys 7efefa1933
feat(native): implement Rust native layer as a test
- queue_index: mmap-based priority queue with safe storage wrapper
- dataset_hash: BLAKE3 parallel hashing with rayon
- common: FFI utilities with panic recovery
- Minimal deps: ~20 total (rayon, blake3, memmap2, walkdir, chrono)
- Drop crossbeam, prometheus - use stdlib + manual metrics
- Makefile: cargo build targets, help text updated
- Forgejo CI: clippy, tests, miri, cargo-deny
- C FFI compatible with existing Go bindings
2026-03-14 17:45:58 -04:00
..
mlflow.go test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00
mlflow_test.go feat(native): implement Rust native layer as a test 2026-03-14 17:45:58 -04:00
tensorboard.go test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00
tensorboard_test.go feat(native): implement Rust native layer as a test 2026-03-14 17:45:58 -04:00
wandb.go feat(tracking): add pluggable tracking backends and audit support 2026-01-05 12:33:57 -05:00
wandb_test.go feat(native): implement Rust native layer as a test 2026-03-14 17:45:58 -04:00