You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
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.