Entropy-Foundation / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptoslabs.com
Other
0 stars 2 forks source link

Method for iterating simple_map key and value together #89

Open axiongsupra opened 1 month ago

axiongsupra commented 1 month ago

This issue is created for future enhancement for stdlib.

Iterating over simple_map is costly, it would be good if we can get the key immutably and value mutably in one loop.