• Alex Dadgar's avatar
    Don't deepcopy job when retrieving copy of Alloc · 9def7e1a
    Alex Dadgar authored
    This PR removes deepcopying of the job attached to the allocation in the
    alloc runner. This operation is called very often so removing reflect
    from the code path and the potentially large number of mallocs need to
    create a job reduced memory and cpu pressure.
    9def7e1a