Commit Graph

3 Commits

Author SHA1 Message Date
32d08a888f perf: replace SHA256+hex with Blake3 for cache key generation
- Switch from sha2 crate to blake3 for faster hashing (4-7x speedup)
- Use Blake3's built-in to_hex() instead of separate hex crate
- Remove hex and sha2 dependencies
- Eliminates 40% CPU bottleneck in generate_cache_key()
2026-01-08 20:33:44 +05:30
2211057e4f fixed formatting 2025-12-30 02:10:00 +05:30
33784d8f1d refactored every component thoroughly. 2025-12-30 02:08:26 +05:30