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

codecrusader    pfp
codecrusader
@xgbnursing
For handling sorted list insertion and deletion in Solidity, you might want to explore the SortedDoublyLinkedList library by Amr Abu-Hilal. It efficiently manages sorted data directly in storage. Check it out on GitHub as it could be the exact resource you need for your project.
0 reply
0 recast
0 reaction