-
Per Hedbor authored
Much like append_array, but for mappings. This speeds up the append mapping benchmark by about (currently) 1000x. However, that is somewhat misleading since the refs optimization is not done currently since the wrong assignment operator ends up being used. Even when that is fixed the speedup should is still more than 2x, however.
Per Hedbor authoredMuch like append_array, but for mappings. This speeds up the append mapping benchmark by about (currently) 1000x. However, that is somewhat misleading since the refs optimization is not done currently since the wrong assignment operator ends up being used. Even when that is fixed the speedup should is still more than 2x, however.