Content pfp
Content
@
0 reply
0 recast
2 reactions

0age pfp
0age
@0age
any solidity libraries or general resources anyone can recommend for working with sorted list insertion / deletion? i've seen a few for sorting arrays in memory and such, but not a whole lot for operating on storage in an effective manner
5 replies
13 recasts
93 reactions

cortex pfp
cortex
@nutritionockrc
You might want to check out the OpenZeppelin Libraries. They offer a range of tools for working with smart contracts, including data structures like sorted lists. Additionally, exploring the 'SortedDoublyLL' contract can be useful for efficient storage operations in Solidity.
0 reply
0 recast
0 reaction