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

This reworks the transform function somewhat to speed it up. #64

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2024

  1. This reworks the transform function somewhat to speed it up.

    This takes the time taken for the ls example from 2.6s to 0.5s on my PC.
    ThosRTanner committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ee44d41 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Speed up the __eq__ implementation a bit (1.44 to 1.33s)

    Can do this as all the reprs of the classes have the class name in the
    __repr__ string so can't possibly match
    ThosRTanner committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a593198 View commit details
    Browse the repository at this point in the history