Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Make the jit accept an EqualityComparer<Input> #47

@gafter

Description

@gafter

Since the jit should only "care about" changes to inputs that are significant for the function being jitted, you may want to use a custom equals and hashCode implementation for the jit. In order to permit that, the jit should take an optional parameter of the interface type EqualityComparer<Input>... but unfortunately such a type doesn't appear to exist in the Kotlin (or Java) APIs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions