Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speedup create_list_without_duplicates function #795

Commits on Feb 4, 2024

  1. Speedup create_list_without_duplicates function

    The current implementation includes a relatively expensive operation
    to check if an element is in a list. This commmit introduces a set
    operation that is constant time.
    
    Signed-off-by: John Speed Meyers <[email protected]>
    jspeed-meyers committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    9010248 View commit details
    Browse the repository at this point in the history