Persephone
Team project. Engineered the core storage and diffing engine for a Git-inspired distributed version control system handling 10,000+ file repositories. Designed the content-addressable object store using SHA-256 and built the parallel diff computation engine with goroutines and buffered channels. Achieved 40% storage reduction through deduplication across 1,000+ commits and reduced diff computation time by 65%.