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
There is a lack of trusted in-memory basic data structure, most (if not all) DS libraries here is targeting storage. However, smart contracts are getting smarter with access to off-chain data ( thanks to AI agents & ZK proofs). And since in-memory is the way cheaper than other types of storage, there is a need to have such a basic yet powerful tools in hands.
📝 Details
a request to add FixedSizeMemoryStack to be the ignite for other in-memory data-structures.