Hi, there! Thank you so much for such great source!
🧐 Motivation
I'm operating with huge amount of data in my smart contracts and sometimes it's pretty useful to handle queries by simply implementing common data structures in terms of saving more gas. We already do have a dequeue/bitmaps impls and now I want to add a priority queue if it's possible.
Let me know, what do you think about it <3
📝 Details