)]}'
{"placement/objects/allocation_candidate.py":[{"author":{"_account_id":11564,"name":"Chris Dent","email":"cdent@anticdent.org","username":"chdent"},"change_message_id":"dcbf7ba4efe72db81335734b26b2617c8a7d0fd6","unresolved":false,"context_lines":[{"line_number":592,"context_line":"            arr2 \u003d arrs_by_rp_rc.get(key)"},{"line_number":593,"context_line":"            amount \u003d arr.amount + (arr2.amount if arr2 else 0)"},{"line_number":594,"context_line":"            suffixes \u003d arr.suffixes | (arr2.suffixes if arr2 else set())"},{"line_number":595,"context_line":"            arrs_by_rp_rc[key] \u003d AllocationRequestResource("},{"line_number":596,"context_line":"                resource_provider\u003darr.resource_provider,"},{"line_number":597,"context_line":"                resource_class\u003darr.resource_class,"},{"line_number":598,"context_line":"                amount\u003damount,"}],"source_content_type":"text/x-python","patch_set":1,"id":"9fb8cfa7_ad329ba5","line":595,"updated":"2019-07-01 16:33:19.000000000","message":"There\u0027s a potential cost here of always creating a new ARR instead of sometimes making an existing one \"bigger\". I\u0027m not sure what the situation is in Python, but in some languages creating a new object is tediously slow.\n\nSomething to think about but not get hung up on. We know we\u0027ve already got some performance issues where that it would be nice to get a some point.","commit_id":"566b97fa040779105b547607a1cb9b8f807ffeb9"}]}
