Performs a histogram-based diff between two arrays of strings. This algorithm is optimized for performance on large inputs by:
Source array of strings to compare
Target array of strings to compare against
Array of diff operations (added, deleted, unchanged) representing the changes
Performs a histogram-based diff between two arrays of strings. This algorithm is optimized for performance on large inputs by: