Skip to content

v0.1.5

@Kidpech-code Kidpech-code tagged this 01 Sep 09:24
πŸš€ Major Features:
- Complete parallel/divide-and-conquer algorithm suite for multi-core systems
- 8M+ elements/second throughput with automatic CPU core detection
- Parallel sorting: ParallelMergeSort, ParallelQuickSort with isolate-based distribution
- Matrix operations: ParallelMatrixMultiplication, ParallelStrassenMultiplication
- Graph algorithms: ParallelBFS, ParallelDFS, ParallelConnectedComponents
- Performance architecture with threshold-based parallel/sequential switching

πŸ“š Documentation:
- Complete Thai documentation with beginner-friendly explanations
- Enhanced English README with real-world use cases
- Comprehensive performance benchmarks and comparisons
- Working demonstration examples with actual performance data

βœ… Quality Assurance:
- 26 comprehensive tests covering edge cases and performance scenarios
- Complete code formatting and static analysis compliance
- Zero-allocation hot paths for maximum performance
- Maintained Clean Architecture compliance with domain-driven design

This release transforms AlgoMate into a comprehensive parallel processing library while maintaining its intelligent algorithm selection capabilities.
Assets 2
Loading