Skip to content

Optimize #7

Open
Open
@Korijn

Description

@Korijn

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions