- 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()
591 B
591 B