Skip to content

Releases: OldCrow/libstats

v0.1.0 - Initial v0.1 Development Release

20 Jul 03:27

Choose a tag to compare

✨ Features:
• Complete Gaussian distribution implementation with advanced statistical methods
• Thread-safe concurrent access with sophisticated caching
• SIMD-optimized batch operations (AVX/AVX-512 support)
• Parallel processing using thread pools and work-stealing algorithms
• Comprehensive mathematical infrastructure (constants, math utils, safety)
• Enterprise-grade error handling and memory safety
• 25k+ lines of production-ready C++20 code
• Extensive test suite (25 tests, 100% pass rate)
• Cross-platform build system with CMake
• Zero external dependencies

Additional distributions (Discrete, Exponential, Gamma, Poisson, Uniform) under development.