Skip to content

Improve get_lts in globalLocal.ml #18

Description

@fferreira

1- Make it tail recursive
2- Explore if visited needs to be a global reference (with profiling evidence that is faster)
3- In get_lts List.mem is a slow part of it. Consider optimising this (again with profiler evidence). Consider List.memq but this will need some unit tests.

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