Hacker News new | ask | show | jobs
by riprock 3427 days ago
My data structure wish list:

- heapq to support max heap better. (you can invert the value or use heapq._heapify_max, neither is ideal.)

- Tree map.