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
As i'm still used to manipulate low-level memory segments coming from CairoZero, I find it unpractical to not be able to iterate over Dict keys. This adds a lot of computational overhead for Kakarot, as we need to keep track of all dict keys in another memory segment, which adds extra computational overhead.
The text was updated successfully, but these errors were encountered:
Feature Request
Describe the Feature Request
As i'm still used to manipulate low-level memory segments coming from CairoZero, I find it unpractical to not be able to iterate over Dict keys. This adds a lot of computational overhead for Kakarot, as we need to keep track of all dict keys in another memory segment, which adds extra computational overhead.
The text was updated successfully, but these errors were encountered: