Skip to content
Snippets Groups Projects
  • Per Hedbor's avatar
    e3832fa1
    Added a simple append_mapping instruction. · e3832fa1
    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.
    e3832fa1
    History
    Added a simple append_mapping instruction.
    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.