Open
Description
The basics are working, there are a number of optimizations available that can still be pursued:
- Iterative Levenshtein distance for list diffing, instead of recursive
- Padding in the
diff_list
can potentially be done in one loop for both forward and reverse operations (unsure) - Minimize function call overhead in general
- Profile the code to identify more opportunities for optimization
Metadata
Metadata
Assignees
Labels
No labels