Any plans for other diff algorithms like String.myers_difference method, but for other data types?

Keywords ordering will improve edit script, however, it will be far from optimal and non-representative. Myers’ algorithm is designed to work on sequences, but maps have different semantics. It would be wasteful application of algorithm with inaccurate result while there are much faster ways to find edit script for maps, for example.

2 Likes