All notable changes to this project will be documented in this file.
- Runtime SIMD dispatch module with AVX-512/AVX2/SSE2 fallback (
include/hpc/simd.hpp) - Header-only safety hardening across all modules
- Benchmark comparison tool with Markdown report generation (
tools/performance/benchmark_compare.py)
- VitePress documentation redesign with Quantum Cobalt theme
- Bilingual homepage landing flow improvements
- Consolidated AI guidance into single
CLAUDE.mdfile - Removed OpenSpec workflow for simplified maintenance
- Initial project structure with CMake preset-driven builds
- Memory and cache optimization examples (AOS/SOA, false sharing, alignment, prefetch)
- Modern C++ performance patterns (constexpr, move semantics, ranges)
- SIMD vectorization examples (auto-vectorization, SSE/AVX intrinsics)
- Concurrency examples (atomics, lock-free queue, OpenMP)
- VitePress bilingual documentation site (English + Chinese)
- Google Test and RapidCheck testing frameworks
- Google Benchmark integration
- Sanitizer presets (ASAN, TSAN, UBSAN)