- Add arena allocator for zero-allocation hot paths - Add thread pool for parallel operations - Add mmap utilities for memory-mapped I/O - Implement queue_index with heap-based priority queue - Implement dataset_hash with SIMD support (SHA-NI, ARMv8) - Add runtime SIMD detection for cross-platform correctness - Add comprehensive tests and benchmarks |
||
|---|---|---|
| .. | ||
| artifacts.go | ||
| config.go | ||
| core.go | ||
| data_integrity.go | ||
| execution.go | ||
| gpu_detector.go | ||
| jupyter_task.go | ||
| native_bridge.go | ||
| runloop.go | ||
| snapshot_store.go | ||