Would it be possible to add a mutable priority queue trait? I’m really fond of python’s heapdict which is a mutable priority queue and is quite useful in those applications where you need to mutate the priority of an item.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Libcollections traits: a standard interface for all collections | 36 | 6073 | March 25, 2019 | |
| Traits for common data structures | 45 | 3554 | July 1, 2021 | |
| Pre-RFC: Add comparator-api for ordered collections | 25 | 2620 | April 11, 2022 | |
|
[Pre-RFC] Abandonning Morals In The Name Of Performance: The Raw Entry API
|
52 | 13788 | March 25, 2019 | |
| Making build-in traits less magical | 25 | 2766 | March 25, 2019 |