Closed brandon-mork closed 9 years ago
Brandon - can you cancel & try this again with a "Summary of Additions" block for improved identification of what's going on? The current label on the pull request is not informative -- "Merging with Master" should really be "Replacing Dictionary data structures with lists where possible" or something. I'd love to see a quick itemized list of what dictionaries got replaced (variable names & file/method location, perhaps?) in case I need to track down issues in the future. Take a look at Nishant's request for an example. Thanks!
Is this edit sufficient?
Made some additional modifications to the summary of additions and title of the pull request; approving merge.
Summary of Changes: Converted instances of dictionaries that used keys 0 through len( dict ) - 1 to lists, matching indices to previous key values. Lists provide faster lookups than dicts, which motivated this change where possible. Lists that are too short to add at desired index get extended before adding at that index
Specific dictionaries changed detailed below: