Add simple goroutines to speed up mutation generation by processing multiple words in parallel. TODO: - Process words concurrently instead of sequentially - Use a simple channel to collect results - Keep it simple, just basic parallelization