-
Notifications
You must be signed in to change notification settings - Fork 476
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
[Refactoring] Tweak 'PlutusTx.Data.AssocMap' #6509
[Refactoring] Tweak 'PlutusTx.Data.AssocMap' #6509
Conversation
/benchmark validation |
/benchmark lists |
1 similar comment
/benchmark lists |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on 'e94d73c65' (base) and 'd277e3991' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on 'e94d73c65' (base) and 'd277e3991' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on 'e94d73c65' (base) and 'd277e3991' (PR) Results table
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I was looking into what relies upon these instances
existing and a few things in
PlutusTx.Data.AssocMap
popped up, but none of them actually needs to rely on the instance, so I tweaked the code a bit.