fetch_ml/native/dataset_hash
Jeremie Fraeys 43d241c28d
feat: implement C++ native libraries for performance-critical operations
- 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
2026-02-16 20:38:04 -05:00
..
crypto feat: implement C++ native libraries for performance-critical operations 2026-02-16 20:38:04 -05:00
io feat: implement C++ native libraries for performance-critical operations 2026-02-16 20:38:04 -05:00
threading feat: implement C++ native libraries for performance-critical operations 2026-02-16 20:38:04 -05:00
CMakeLists.txt feat: implement C++ native libraries for performance-critical operations 2026-02-16 20:38:04 -05:00
dataset_hash.cpp feat: implement C++ native libraries for performance-critical operations 2026-02-16 20:38:04 -05:00
dataset_hash.h ci: push all workflow updates 2026-02-12 13:28:15 -05:00