This patch is
Reviewed-by: Ian Romanick
On 03/31/2016 05:04 PM, Dylan Baker wrote:
> This reworks this method to use the sorted() built-in rather than taking
> the dictionary keys (which involves creating a brand new copy of the
> list in memory), sorting it, then iterating the new sorted list a
This reworks this method to use the sorted() built-in rather than taking
the dictionary keys (which involves creating a brand new copy of the
list in memory), sorting it, then iterating the new sorted list and
doing a lookup into the dictionary. Then it does away with building a
list and returning