Skip to content

Size/Speed optimization: create O(n) version of chronomorphize #414

Description

@thirtytwobits

The O(1) version of chronomorphize generates huge amounts of program text in binaries. Add a build option allowing users to enable this O(1) where there is more storage or use the O(n) version where storage is limited.

I suggest making the O(n) version the default since a linear-time search shouldn't be a surprising default but the amount of text generated by the O(1) optimization is surprising.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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